* Applied patch for powerPC PReP support.
This commit is contained in:
parent
ad9dd80b45
commit
d48b62b9af
|
@ -37,6 +37,7 @@ INSTALLDIR="$CDROOT/install"
|
|||
# Apus, MBX and BBox will hopefully follow
|
||||
#
|
||||
# -- We need a generic boot-loader --
|
||||
# -- (We wish) --
|
||||
#
|
||||
cd $INSTALLDIR
|
||||
# ---- auto-booting section -----
|
||||
|
@ -132,6 +133,7 @@ cp $DISKSROOT/powermac/images-1.44/rescue.bin powermac
|
|||
echo Installing PReP files
|
||||
mkdir prep
|
||||
cp $DISKSROOT/prep/linux prep
|
||||
cp $DISKSROOT/prep/images-1.44/boot.bin prep
|
||||
cp $DISKSROOT/prep/images-1.44/root.bin prep
|
||||
cp $DISKSROOT/prep/images-1.44/rescue.bin prep
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ BDIR=$TDIR/$CODENAME-$ARCH
|
|||
|
||||
# boot-disk location for documentation is inconsistant --jwest
|
||||
if [ "$ARCH" = "powerpc" ]; then
|
||||
DOCDIR="docs"
|
||||
DOCDIR="doc"
|
||||
elif [ "$ARCH" = "i386" ]; then
|
||||
DOCDIR="doc"
|
||||
elif [ "$ARCH" = "sparc" ]; then
|
||||
|
|
Loading…
Reference in New Issue