1 # Sample kboot.conf for petitboot
2 # Copy to /etc/kboot.conf and modify to match your system
7 # hdd='/boot/vmlinux initrd=/boot/initrd.gz root=/dev/sda1'
8 # tftp='tftp://192.168.0.5/fire/boot/vmlinux.strip root=/dev/nfs rw ip=dhcp video=1080p'
9 # nfs='nfs://192.168.0.5/fire/boot/vmlinux.strip root=/dev/nfs rw ip=dhcp video=1080p fbcon=rotate:3'
10 # http_nfs='http://192.168.0.5/ice/boot/vmlinux.strip nfs://192.168.0.5/ice/boot/initrd root=/dev/nfs'
12 # yaboot style samples:
16 # initrd=/boot/initrd.gz
17 # append="root=/dev/sda1"
18 # image=tftp://192.168.0.5/fire/boot/vmlinux.strip
20 # append="root=/dev/nfs rw ip=dhcp video=1080p"