Forcing Joliet and Rock Ridge extensions when creating iso images

This commit is contained in:
Pierre Pronchery 2009-04-13 17:43:28 +00:00
parent fe59b03d8f
commit 5900ff7266

View File

@ -71,7 +71,7 @@ $GRUB_INITRD
EOF
[ ! -z "$IMAGE_MODULES" ] && cat "$IMAGE_MODULES" | \
(cd "$DESTDIR" && $TAR -xzf -)
$MKISOFS -b "boot/grub/stage2_eltorito" -no-emul-boot \
$MKISOFS -J -r -b "boot/grub/stage2_eltorito" -no-emul-boot \
-boot-load-size 4 -boot-info-table \
-o "$IMAGE_FILE" "$DESTDIR"
}