summaryrefslogtreecommitdiffstats
path: root/utils/kboot.conf.sample
blob: d9f5e504b3a6c7add5a438469be69cb56e01ece1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Sample kboot.conf for petitboot
# Copy to /etc/kboot.conf and modify to match your system
#

# kboot style samples:

# hdd='/boot/vmlinux initrd=/boot/initrd.gz root=/dev/sda1'
# tftp='tftp://192.168.0.5/fire/boot/vmlinux.strip root=/dev/nfs rw ip=dhcp video=1080p'
# nfs='nfs://192.168.0.5/fire/boot/vmlinux.strip root=/dev/nfs rw ip=dhcp video=1080p fbcon=rotate:3'
# http_nfs='http://192.168.0.5/ice/boot/vmlinux.strip nfs://192.168.0.5/ice/boot/initrd root=/dev/nfs'

# yaboot style samples:

# image=/boot/vmlinux
# 	label=yaboot-hdd
# 	initrd=/boot/initrd.gz
# 	append="root=/dev/sda1"
# image=tftp://192.168.0.5/fire/boot/vmlinux.strip
# 	label=yaboot-tftp
# 	append="root=/dev/nfs rw ip=dhcp video=1080p"
OpenPOWER on IntegriCloud