ppcrcd/trunk: Makefile doc/README.bonus doc/index.html

sparky cvs at pld-linux.org
Wed Mar 22 23:29:12 CET 2006


Author: sparky
Date: Wed Mar 22 23:29:08 2006
New Revision: 7286

Added:
   ppcrcd/trunk/doc/README.bonus
Modified:
   ppcrcd/trunk/Makefile
   ppcrcd/trunk/doc/index.html
Log:
- a short info about bonus files


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Wed Mar 22 23:29:08 2006
@@ -13,7 +13,7 @@
 	-fno-reorder-blocks -fno-reorder-blocks-and-partition	\
 	-fno-prefetch-loop-arrays -fno-tree-vect-loop-version
 
-DOCSRC	= index AirPort2 chrp images netbooting opts progs usb_boot net
+DOCSRC	= index AirPort2 chrp images netbooting opts progs usb_boot net bonus
 YDOCSRC	= images opts
 
 R = out/rpm/rpms

Added: ppcrcd/trunk/doc/README.bonus
==============================================================================
--- (empty file)
+++ ppcrcd/trunk/doc/README.bonus	Wed Mar 22 23:29:08 2006
@@ -0,0 +1,35 @@
+=== Bonus files ===
+    Those are files you won't find on CD, but which may be useful for some
+people.
+
+= vmlinux =
+    Untouched kernel ELF, same as needed by yaboot.
+
+= initrd.sqf =
+    Small initrd which tries to find ppcrcd.sqf and mount it (optionally
+copying to ram).
+
+------------------------------------------------------------------------------
+== Bootable kernel images with initrd included ==
+
+= zImage.chrp =
+    Image bootable from firmware on CHRP machines, like Pegasos.
+
+= zImage.chrp-rs6k =
+    Same as above, but with note added, for RS6000. This one is used on
+CD as /boot/vmlinuz.
+
+= zImage.coff =
+    Kernel bootable from OldWorld Macs' OpenFirmware.
+
+= zImage.miboot =
+    Kernel which may be booted using miBoot or BootX (Mac OS).
+
+= zImage.newworld =
+    Kernel bootable on NewWorld Macs.
+
+= zImage.ppcbug =
+    Kernel bootable on broken prep machines.
+
+= zImage.prep =
+    Kernel bootable on PREP machines.

Modified: ppcrcd/trunk/doc/index.html
==============================================================================
--- ppcrcd/trunk/doc/index.html	(original)
+++ ppcrcd/trunk/doc/index.html	Wed Mar 22 23:29:08 2006
@@ -40,6 +40,11 @@
 			</a>
 		</div>
 		<div>
+			<a href="bonus.html">
+				Bonus files
+			</a>
+		</div>
+		<div>
 			<a href="net.html">
 				Networking in PPCRCD
 			</a>


More information about the pld-cvs-commit mailing list