More logging cosmetic tweaks
This commit is contained in:
parent
d80cd0b990
commit
94df26ad06
|
@ -108,7 +108,7 @@ if [ -d boot$N/grub ] ; then
|
|||
echo "ERROR: debian-cd depends on xorriso > 1.2.2 for making $ARCH bootable CDs."
|
||||
exit 1;
|
||||
elif [ $XORRISO_VER -gt 10202 ] ; then
|
||||
echo "Using newer EFI support in xorriso $XORRISO_VER"
|
||||
echo " Using newer EFI support in xorriso $XORRISO_VER"
|
||||
|
||||
# Location of the EFI boot image, and don't emulate a floppy or HD
|
||||
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-e boot/grub/efi.img -no-emul-boot"
|
||||
|
|
|
@ -111,7 +111,7 @@ if [ -d boot$N/grub ] ; then
|
|||
echo "ERROR: debian-cd depends on xorriso > 1.2.2 for making $ARCH bootable CDs."
|
||||
exit 1;
|
||||
elif [ $XORRISO_VER -gt 10202 ] ; then
|
||||
echo "Using newer EFI support in xorriso $XORRISO_VER"
|
||||
echo " Using newer EFI support in xorriso $XORRISO_VER"
|
||||
|
||||
# Location of the EFI boot image, and don't emulate a floppy or HD
|
||||
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-e boot/grub/efi.img -no-emul-boot"
|
||||
|
|
|
@ -505,7 +505,7 @@ if [ -d boot$N/isolinux/grub ] && [ $BOOT_EFI -ne 0 ] ; then
|
|||
# Ugh - different code here depending on the version of xorriso we've got
|
||||
if [ $XORRISO_VER -le 10202 ] ; then
|
||||
# 1.2.2 shipping in Wheezy
|
||||
echo "Using older EFI command line for xorriso $XORRISO_VER"
|
||||
echo " Using older EFI command line for xorriso $XORRISO_VER"
|
||||
|
||||
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "--efi-boot boot/grub/efi.img"
|
||||
# Add the efi image as a FAT partition too, so our CD image will
|
||||
|
|
Loading…
Reference in New Issue