remove none working option for xorriso

This commit is contained in:
Tobias Powalowski 2011-02-16 08:26:51 +01:00
parent 00f9d5f354
commit 14e0a1a89d

View file

@ -368,7 +368,6 @@ echo
xorriso -as mkisofs -rock -joliet \
-full-iso9660-filenames -omit-period \
-disable-deep-relocation \
-omit-version-number -allow-leading-dots \
-relaxed-filenames -allow-lowercase -allow-multidot \
-volid "ARCHBOOT" \
@ -376,7 +375,7 @@ xorriso -as mkisofs -rock -joliet \
-eltorito-catalog boot/syslinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-eltorito-alt-boot --efi-boot efi/grub2/grub2_efi.bin -no-emul-boot \
-o ${wd}/${iso_name}_isohybrid.iso ${archboot_ext}/ > /dev/null 2>&1
-o ${wd}/${iso_name}_isohybrid.iso ${archboot_ext}/
echo