Lose the "|| true" when we call boot-$arch; make sure we fail if it fails...

This commit is contained in:
Steve McIntyre 2006-12-23 00:00:36 +00:00
parent 82aa893404
commit 9ae3366b88
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ do
if [ -f $BASEDIR/tools/boot/$DI_CODENAME/boot-$ARCH ] ; then
cd $TDIR
echo " Running tools/boot/$DI_CODENAME/boot-$ARCH $DISKNUM $CDDIR"
$BASEDIR/tools/boot/$DI_CODENAME/boot-$ARCH $DISKNUM $CDDIR || true # FIXME!
$BASEDIR/tools/boot/$DI_CODENAME/boot-$ARCH $DISKNUM $CDDIR
else
if [ "${IGNORE_MISSING_BOOT_SCRIPT:-0}" = "0" ] ; then
echo " No script to make CDs bootable for $ARCH"