Vystem 0.2

This commit is contained in:
2026-05-27 19:34:54 +02:00
parent a43c08b893
commit d238606b75
372 changed files with 51320 additions and 83217 deletions

View File

@@ -0,0 +1,8 @@
rm -f bp.conf
INITFS_TYPE_GUID="8362b434-d825-11f0-a68f-10ffe08423a6"
SIGNSYST_TYPE_GUID="da0048b4-d826-11f0-b877-10ffe08423a6"
INITFS_GUID=$1
SIGNSYST_GUID=$2
cp bp_template.cfg bp.cfg
sed -i -E "s/=(UUID_GENERATION_NEEDED_INITFS)/=$INITFS_GUID/" bp.cfg
sed -i -E "s/=(UUID_GENERATION_NEEDED_SIGNSYST)/=$SIGNSYST_GUID/" bp.cfg