diff --git a/tools/boot/buster/boot-arm64 b/tools/boot/buster/boot-arm64 index 3cbb5b7f..67dda5a3 100755 --- a/tools/boot/buster/boot-arm64 +++ b/tools/boot/buster/boot-arm64 @@ -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" diff --git a/tools/boot/buster/boot-armhf b/tools/boot/buster/boot-armhf index f3ac7b63..43e96966 100755 --- a/tools/boot/buster/boot-armhf +++ b/tools/boot/buster/boot-armhf @@ -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" diff --git a/tools/boot/buster/boot-x86 b/tools/boot/buster/boot-x86 index cf299eba..4d8f2e06 100644 --- a/tools/boot/buster/boot-x86 +++ b/tools/boot/buster/boot-x86 @@ -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