aboutsummaryrefslogtreecommitdiff
path: root/local/etc/syslinux.cfg
blob: 197ad001a9499aa21e25d2733b043f73d8a40699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SERIAL 0 115200
PROMPT 1
TIMEOUT 50
DEFAULT linux-runit

LABEL linux-mksh
	LINUX /boot/vmlinuz-4.16.2
	APPEND root=/dev/vda1 rw init=/bin/mksh console=tty0 console=ttyS0,11500n8

LABEL linux-runit
	LINUX /boot/vmlinuz-4.16.2
	APPEND root=/dev/vda1 rw init=/sbin/runit-init console=tty0 console=ttyS0,11500n8

LABEL linux
	LINUX /boot/vmlinuz-4.16.2
	APPEND root=/dev/vda1 rw init=/sbin/init console=tty0 console=ttyS0,11500n8