summaryrefslogtreecommitdiffstats
path: root/config/image_iso/isolinux.cfg
blob: b21a36f8d811d302f19fc96c674b2dc626ce2d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# display contents of message.txt
display message.txt

# show boot prompt
prompt 1

# set timeout
timeout 30

# boot default after timeout
default linux

label linux
	kernel kernel
	append initrd=initrd.gz rdinit=/sbin/init root=/dev/ram0