aboutsummaryrefslogtreecommitdiff
path: root/build_config/syslinux.cfg
blob: 5e0dbeb34e6a5a3b8ebbc74b2975622da1b453fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
UI menu.c32

MENU TITLE "reX - ridicolous exiguous unix"

label 1
	menu label Boot reX
	menu default
	kernel /images/rex/kernel
	initrd /images/rex/boot.img
	append quiet
	endtext

label 2
	menu label Boot reX over serial
	kernel /images/rex/kernel
	initrd /images/rex/boot.img
	append quiet console=ttyS0
	endtext

label 3
	menu label Back to initramfs process
	localinitramfs 0
	text help exit and coninue normal initramfs
	endtext