diff options
Diffstat (limited to 'bootdisk/ppc/yaboot.conf')
-rw-r--r-- | bootdisk/ppc/yaboot.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bootdisk/ppc/yaboot.conf b/bootdisk/ppc/yaboot.conf new file mode 100644 index 000000000..e5010d1c0 --- /dev/null +++ b/bootdisk/ppc/yaboot.conf @@ -0,0 +1,9 @@ +init-message = "\nWelcome to Red Hat Linux!\nHit <TAB> for boot options.\n\n" +timeout=6000 +default=linux + +image=ppc/chrp/vmlinux + label=linux + initrd=ppc/chrp/ramdisk.image.gz + append="maxcpus=1" + read-only |