From d48b62b9afb5340851ac97d176f600fc69c443f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Mon, 3 Apr 2000 22:30:50 +0000 Subject: [PATCH] * Applied patch for powerPC PReP support. --- tools/boot/potato/boot-powerpc | 2 ++ tools/potato/installtools.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/boot/potato/boot-powerpc b/tools/boot/potato/boot-powerpc index 379f62bd..2e278ff8 100755 --- a/tools/boot/potato/boot-powerpc +++ b/tools/boot/potato/boot-powerpc @@ -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 diff --git a/tools/potato/installtools.sh b/tools/potato/installtools.sh index 1bd6625a..644bb772 100755 --- a/tools/potato/installtools.sh +++ b/tools/potato/installtools.sh @@ -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