1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-11-16 18:18:22 +01:00
This commit is contained in:
Dany LE 2022-08-07 11:00:59 +02:00
parent bec5dc5859
commit b217f82b4c

View File

@ -24,7 +24,7 @@ fi
cp -rf "$W/fonts" "$BASE_DIR/builder/" cp -rf "$W/fonts" "$BASE_DIR/builder/"
chmod -R a+rw $BASE_DIR/builder/ chmod -R a+rw $BASE_DIR/builder/
chmod -R a+rw $BASE_DIR/tmp/ chmod -R a+rw $BASE_DIR/tmp/
$VM "$SRC_IMG" "$W/install.st" --quit --no-default-preferences $VM "$SRC_IMG" "$W/install.st" --quit
NAME="Diya-Bootstrap" NAME="Diya-Bootstrap"
$VM "$SRC_IMG" "$W/export.st" "$BASE_DIR/tmp" "$NAME" --quit $VM "$SRC_IMG" "$W/export.st" "$BASE_DIR/tmp" "$NAME" --quit
echo "Creating image...." echo "Creating image...."
@ -33,7 +33,7 @@ $VM "$IMG"
$VM "$IMG" loadHermes "$BASE_DIR/bootstrap/Hermes-Extensions.hermes" \ $VM "$IMG" loadHermes "$BASE_DIR/bootstrap/Hermes-Extensions.hermes" \
"$BASE_DIR/bootstrap/TraitsV2.hermes" \ "$BASE_DIR/bootstrap/TraitsV2.hermes" \
"$BASE_DIR/tmp/$NAME.hermes" --on-duplication=ignore \ "$BASE_DIR/tmp/$NAME.hermes" --on-duplication=ignore \
--no-fail-on-undeclared --save --quit --no-default-preferences --no-fail-on-undeclared --save --quit
#init the image #init the image
$VM "$IMG" init --save $VM "$IMG" init --save