diff --git a/bin/build_base_image_diya.sh b/bin/build_base_image_diya.sh index 1717b52..1cff811 100755 --- a/bin/build_base_image_diya.sh +++ b/bin/build_base_image_diya.sh @@ -22,7 +22,8 @@ if [ ! -e "$SRC_IMG" ]; then cd "$W" fi cp -rf "$W/fonts" "$BASE_DIR/builder/" - +chmod -R a+rw $BASE_DIR/builder/ +chmod -R a+rw $BASE_DIR/tmp/ $VM "$SRC_IMG" "$W/install.st" --quit NAME="Diya-Bootstrap" $VM "$SRC_IMG" "$W/export.st" "$BASE_DIR/tmp" "$NAME" --quit