blob: a16bd6ac610b1b721cf04755b1c014eabce1902e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This is an example configuration file for syslinux.
PROMPT 0
TIMEOUT 10
ALLOWOPTIONS 1
SERIAL 0 115200
DEFAULT boot
LABEL boot
KERNEL /vmlinuz
APPEND label=boot root=/dev/sda2 rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0
|