Lose the "|| true" when we call boot-$arch; make sure we fail if it fails...
This commit is contained in:
parent
82aa893404
commit
9ae3366b88
|
@ -347,7 +347,7 @@ do
|
||||||
if [ -f $BASEDIR/tools/boot/$DI_CODENAME/boot-$ARCH ] ; then
|
if [ -f $BASEDIR/tools/boot/$DI_CODENAME/boot-$ARCH ] ; then
|
||||||
cd $TDIR
|
cd $TDIR
|
||||||
echo " Running tools/boot/$DI_CODENAME/boot-$ARCH $DISKNUM $CDDIR"
|
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
|
else
|
||||||
if [ "${IGNORE_MISSING_BOOT_SCRIPT:-0}" = "0" ] ; then
|
if [ "${IGNORE_MISSING_BOOT_SCRIPT:-0}" = "0" ] ; then
|
||||||
echo " No script to make CDs bootable for $ARCH"
|
echo " No script to make CDs bootable for $ARCH"
|
||||||
|
|
Loading…
Reference in New Issue