diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-10-01 19:12:19 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-10-01 19:12:19 +0000 |
commit | e3baea7d8dc36bdf6184b2b279b3f4da899acf4e (patch) | |
tree | 208ff46eec1aa7bd885f7c5b453656f542b7dd12 /bootdisk/ppc/yaboot.conf | |
parent | 0eef1299ce7edcd427efb07cde48c75cb7c00a9c (diff) | |
download | anaconda-e3baea7d8dc36bdf6184b2b279b3f4da899acf4e.tar.gz anaconda-e3baea7d8dc36bdf6184b2b279b3f4da899acf4e.tar.xz anaconda-e3baea7d8dc36bdf6184b2b279b3f4da899acf4e.zip |
pull up from branch
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 |