aboutsummaryrefslogtreecommitdiff
path: root/local/boot/syslinux.cfg
blob: f5ef39c03c78a1bb4889893325d74d39e75f024d (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-runit
	LINUX /boot/vmlinuz-4.16.2
	APPEND root=/dev/vda1 rw init=/sbin/runit-init console=tty0 console=ttyS0,11500n8

LABEL linux-mksh
	LINUX /boot/vmlinuz-4.16.2
	APPEND root=/dev/vda1 rw init=/bin/mksh 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