Add $YABOOT_DEBUG for testing
This commit is contained in:
parent
c6ca7372cf
commit
b2ba460749
|
@ -104,10 +104,14 @@ cat $BASEDIR/data/yaboot/yaboot.conf \
|
||||||
cp $BASEDIR/data/yaboot/ofboot.b powermac/
|
cp $BASEDIR/data/yaboot/ofboot.b powermac/
|
||||||
|
|
||||||
# Extract yaboot from the archive
|
# Extract yaboot from the archive
|
||||||
(ar p $MIRROR/dists/$CODENAME/main/binary-powerpc/base/yaboot_* data.tar.gz | \
|
if [ -z "$YABOOT_DEBUG" ]; then
|
||||||
|
(ar p $MIRROR/dists/$CODENAME/main/binary-powerpc/base/yaboot_* data.tar.gz | \
|
||||||
tar zxf - -C powermac ./boot/yaboot)
|
tar zxf - -C powermac ./boot/yaboot)
|
||||||
mv powermac/boot/yaboot powermac/yaboot
|
mv powermac/boot/yaboot powermac/yaboot
|
||||||
rmdir powermac/boot
|
rmdir powermac/boot
|
||||||
|
else
|
||||||
|
cp $YABOOT_DEBUG powermac/yaboot
|
||||||
|
fi
|
||||||
|
|
||||||
#--------------- PReP - Stuff -------------------------------
|
#--------------- PReP - Stuff -------------------------------
|
||||||
echo Installing PReP files
|
echo Installing PReP files
|
||||||
|
|
Loading…
Reference in New Issue