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