Oops I forgot: yaboot.conf example

Ebrahim Mayat ebmayat at mac.com
Tue Aug 1 06:58:39 MDT 2006


This is a sample yaboot.conf script that I got from the IRCAM RPM  
repository:

-------------- next part --------------
message=/boot/boot.msg
timeout = 120
default = install

image = cd:,/boot/vmlinux
    label = install
    initrd = cd:,/images/ramdisk.image.gz
    initrd-size=16384

image = cd:,/boot/vmlinux
    label = install-safe
    initrd = cd:,/images/ramdisk.image.gz
    initrd-size=16384
    append="text"
    novideo

image = cd:,/boot/vmlinux-g5
    label = install-g5
    initrd = cd:,/images/ramdisk.image.gz
    initrd-size=16384

image = cd:,/boot/vmlinux-g5
    label = install-g5-safe
    initrd = cd:,/images/ramdisk.image.gz
    initrd-size=16384
    append="text"
    novideo

image = cd:,/boot/vmlinux
   label = linux

image = cd:,/boot/vmlinux
   label = linux-safe
   novideo

image = cd:,/boot/vmlinux-g5
   label = linux-g5

image = cd:,/boot/vmlinux-g5
   label = linux-g5-safe
   novideo
-------------- next part --------------

Ebrahim


More information about the yellowdog-newbie mailing list