More consistent debug message

This commit is contained in:
Steve McIntyre 2015-02-03 01:46:28 +00:00
parent 218757dd6f
commit 6ada498416
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-cache-inodes"
# used later. We just don't grab all the syslinux files, then make
# sure that we *don't* set up BIOS boot on the xorriso command line.
if [ "$BOOT_BIOS" = 1 ] ; then
echo " Using ISOLINUX boot-disks image on CD$N"
echo " Adding BIOS boot code for $ARCH on CD$N"
mkdir -p $CDDIR/../syslinux
SYSLINUXDEB=$(find_pkg_file syslinux)
if [ -z "$SYSLINUXDEB" ]; then