This commit is contained in:
Tomas M
2012-09-03 11:55:33 -05:00
parent 2f9b6a4c8e
commit 0b5038b027
3 changed files with 25 additions and 8 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ cp /boot/vmlinuz $BOOT/
# create ISO for CD image (so I can test it)
cd "$LIVEKITDATA"
mkisofs -o "/tmp/iso.iso" -v -J -R -D -A "$LIVEKITNAME" -V "$LIVEKITNAME" \
mkisofs -o "/mnt/z/iso.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
sync