Cosmetic tweaks to logging

This commit is contained in:
Steve McIntyre 2019-03-21 13:14:36 +00:00
parent bb7e7bf9b9
commit 5ebd3a8a95
1 changed files with 5 additions and 3 deletions

View File

@ -204,8 +204,10 @@ cat cdrom/debian-cd_info.tar.gz | (cd boot$N/isolinux/; tar zx)
# Not everything in the tarball is isolinux stuff
if [ -e boot$N/isolinux/win32-loader.ini ] ; then
echo " Moving extra loader files into place:"
for file in boot$N/isolinux/g2ldr* boot$N/isolinux/setup.exe boot$N/isolinux/win32-loader.ini; do
if [ -e $file ] ; then
printf " "
mv -v $file CD$N/
fi
done
@ -511,7 +513,7 @@ if [ -d boot$N/isolinux/grub ] && [ $BOOT_EFI -ne 0 ] ; then
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-append_partition 2 0x01 $CDDIR/boot/grub/efi.img"
elif [ $XORRISO_VER -gt 10202 ] ; then
echo "Using newer EFI support in xorriso $XORRISO_VER"
echo " Using newer EFI support in xorriso $XORRISO_VER"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-e boot/grub/efi.img -no-emul-boot"
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-isohybrid-gpt-basdat -isohybrid-apm-hfsplus"
fi