add only squashfs filesystem
This commit is contained in:
@@ -44,7 +44,7 @@ cp /boot/vmlinuz $BOOT/
|
||||
|
||||
# create ISO for CD image (so I can test it)
|
||||
cd "$LIVEKITDATA"
|
||||
mkisofs -o "/mnt/z/iso.iso" -v -J -R -D -A "$LIVEKITNAME" -V "$LIVEKITNAME" \
|
||||
mkisofs -o "/mnt/z/slax-prealpha-$(uname -m).iso" -v -J -R -D -A "$LIVEKITNAME" -V "$LIVEKITNAME" \
|
||||
-no-emul-boot -boot-info-table -boot-load-size 4 \
|
||||
-b "$LIVEKITNAME"/boot/isolinux.bin -c "$LIVEKITNAME"/boot/isolinux.boot . \
|
||||
>/dev/null 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user