ppcrcd/trunk/boot.dir: yaboot.conf yaboot.conf.in yaboot.conf.net yaboot.conf.net.in
sparky
cvs at pld-linux.org
Mon Jan 9 22:00:19 CET 2006
Author: sparky
Date: Mon Jan 9 22:00:15 2006
New Revision: 6784
Added:
ppcrcd/trunk/boot.dir/yaboot.conf.in
ppcrcd/trunk/boot.dir/yaboot.conf.net.in
Removed:
ppcrcd/trunk/boot.dir/yaboot.conf
ppcrcd/trunk/boot.dir/yaboot.conf.net
Log:
- yaboot.conf(.net) -> yaboot.conf(.net).in
- use config marks: #VARIABLE#
Added: ppcrcd/trunk/boot.dir/yaboot.conf.in
==============================================================================
--- (empty file)
+++ ppcrcd/trunk/boot.dir/yaboot.conf.in Mon Jan 9 22:00:15 2006
@@ -0,0 +1,77 @@
+device=cd:
+root=/dev/ram0
+timeout=1000
+
+message=/boot/boot.msg
+
+fgcolor=blue
+bgcolor=white
+
+
+text=/boot/pld.help
+ label=pld
+ alias=1
+ single-key
+
+text=/boot/images.help
+ label=images
+ alias=2
+ single-key
+
+text=/boot/options1.help
+ label=opts1
+ alias=3
+ single-key
+
+text=/boot/options2.help
+ label=opts2
+ alias=4
+ single-key
+
+text=/boot/ide.help
+ label=ide
+
+# kernel-size: uncompressed image size
+
+image=/boot/vmlinuz@#KERNEL_BEGIN#
+ kernel-size=#KERNEL_SIZE#
+ initrd=/ppcrcd.sqf
+ label=tomem
+ alias=7
+ append="init=/linuxrc ramdisk_size=54000"
+ read-only
+ single-key
+
+image=/boot/vmlinuz@#KERNEL_BEGIN#
+ initrd-size=#INITRD_SIZE#
+ kernel-size=#KERNEL_SIZE#
+ initrd=/boot/vmlinuz@#INITRD_BEGIN#
+ label=fromcd
+ alias=8
+ append="init=/linuxrc"
+ read-only
+ single-key
+
+
+image=/boot/vmlinuz@#KERNEL_BEGIN#
+ initrd-size=#INITRD_SIZE#
+ kernel-size=#KERNEL_SIZE#
+ initrd=/boot/vmlinuz@#INITRD_BEGIN#
+ label=tomempost
+ alias=9
+ append="init=/linuxrc tomempost"
+ read-only
+ single-key
+
+# memtest
+image=/boot/vmlinuz@#KERNEL_BEGIN#
+ initrd-size=#INITRD_SIZE#
+ kernel-size=#KERNEL_SIZE#
+ initrd=/boot/vmlinuz@#INITRD_BEGIN#
+ label=memtest
+ alias=0
+ append="init=/linuxrc memtest"
+ read-only
+ single-key
+
+# vi:syntax=yaboot
Added: ppcrcd/trunk/boot.dir/yaboot.conf.net.in
==============================================================================
--- (empty file)
+++ ppcrcd/trunk/boot.dir/yaboot.conf.net.in Mon Jan 9 22:00:15 2006
@@ -0,0 +1,43 @@
+root=/dev/ram0
+timeout=1000
+
+message=/boot/boot.msg.net
+
+fgcolor=blue
+bgcolor=white
+
+
+text=/boot/pld.help
+ label=pld
+ alias=1
+ single-key
+
+text=/boot/images.help
+ label=images
+ alias=2
+ single-key
+
+text=/boot/options1.help
+ label=opts1
+ alias=3
+ single-key
+
+text=/boot/options2.help
+ label=opts2
+ alias=4
+ single-key
+
+text=/boot/ide.help
+ label=ide
+
+image=/boot/vmlinuz@#KERNEL_BEGIN#
+ kernel-size=#KERNEL_SIZE#
+ initrd=@FILES@
+ initrd-size=@SIZE@
+ label=tomem
+ alias=9
+ append="init=/linuxrc"
+ read-only
+ single-key
+
+# vi:syntax=yaboot
More information about the pld-cvs-commit
mailing list