[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

PowerPC patch



First cut - I have the procedure for making powermac bootable CDs more or
less hashed out, but I haven't had time to integrate it.  This should at
least make them prep-bootable again.

Dan

/--------------------------------\  /--------------------------------\
|       Daniel Jacobowitz        |__|        SCS Class of 2002       |
|   Debian GNU/Linux Developer    __    Carnegie Mellon University   |
|         dan@debian.org         |  |       dmj+@andrew.cmu.edu      |
\--------------------------------/  \--------------------------------/
Index: tools/boot/potato/boot-powerpc
===================================================================
RCS file: /cvs/debian-boot/debian-cd/tools/boot/potato/boot-powerpc,v
retrieving revision 1.4
diff -u -r1.4 boot-powerpc
--- tools/boot/potato/boot-powerpc	2000/03/13 22:52:59	1.4
+++ tools/boot/potato/boot-powerpc	2000/04/03 19:35:24
@@ -37,6 +37,7 @@
 # Apus, MBX and BBox will hopefully follow
 #
 # -- We need a generic boot-loader --
+# -- (We wish) --
 #
 cd $INSTALLDIR
 # ---- auto-booting section -----
@@ -132,6 +133,7 @@
 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
 
Index: tools/potato/installtools.sh
===================================================================
RCS file: /cvs/debian-boot/debian-cd/tools/potato/installtools.sh,v
retrieving revision 1.7
diff -u -r1.7 installtools.sh
--- tools/potato/installtools.sh	2000/03/14 21:49:00	1.7
+++ tools/potato/installtools.sh	2000/04/03 19:35:24
@@ -10,7 +10,7 @@
 
 # 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

Reply to: