* Applied patch for powerPC PReP support.

This commit is contained in:
Raphaël Hertzog 2000-04-03 22:30:50 +00:00
parent ad9dd80b45
commit d48b62b9af
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@ INSTALLDIR="$CDROOT/install"
# Apus, MBX and BBox will hopefully follow # Apus, MBX and BBox will hopefully follow
# #
# -- We need a generic boot-loader -- # -- We need a generic boot-loader --
# -- (We wish) --
# #
cd $INSTALLDIR cd $INSTALLDIR
# ---- auto-booting section ----- # ---- auto-booting section -----
@ -132,6 +133,7 @@ cp $DISKSROOT/powermac/images-1.44/rescue.bin powermac
echo Installing PReP files echo Installing PReP files
mkdir prep mkdir prep
cp $DISKSROOT/prep/linux 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/root.bin prep
cp $DISKSROOT/prep/images-1.44/rescue.bin prep cp $DISKSROOT/prep/images-1.44/rescue.bin prep

View File

@ -10,7 +10,7 @@ BDIR=$TDIR/$CODENAME-$ARCH
# boot-disk location for documentation is inconsistant --jwest # boot-disk location for documentation is inconsistant --jwest
if [ "$ARCH" = "powerpc" ]; then if [ "$ARCH" = "powerpc" ]; then
DOCDIR="docs" DOCDIR="doc"
elif [ "$ARCH" = "i386" ]; then elif [ "$ARCH" = "i386" ]; then
DOCDIR="doc" DOCDIR="doc"
elif [ "$ARCH" = "sparc" ]; then elif [ "$ARCH" = "sparc" ]; then