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/[EMAIL PROTECTED] + kernel-size=#KERNEL_SIZE# + initrd=/ppcrcd.sqf + label=tomem + alias=7 + append="init=/linuxrc ramdisk_size=54000" + read-only + single-key + +image=/boot/[EMAIL PROTECTED] + initrd-size=#INITRD_SIZE# + kernel-size=#KERNEL_SIZE# + initrd=/boot/[EMAIL PROTECTED] + label=fromcd + alias=8 + append="init=/linuxrc" + read-only + single-key + + +image=/boot/[EMAIL PROTECTED] + initrd-size=#INITRD_SIZE# + kernel-size=#KERNEL_SIZE# + initrd=/boot/[EMAIL PROTECTED] + label=tomempost + alias=9 + append="init=/linuxrc tomempost" + read-only + single-key + +# memtest +image=/boot/[EMAIL PROTECTED] + initrd-size=#INITRD_SIZE# + kernel-size=#KERNEL_SIZE# + initrd=/boot/[EMAIL PROTECTED] + 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/[EMAIL PROTECTED] + kernel-size=#KERNEL_SIZE# + [EMAIL PROTECTED]@ + [EMAIL PROTECTED]@ + label=tomem + alias=9 + append="init=/linuxrc" + read-only + single-key + +# vi:syntax=yaboot _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
