projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
syslinux: add syslinux parser support
[petitboot]
/
test
/
parser
/
data
/
syslinux-include-root.cfg
1
APPEND console=ttyS0
2
3
LABEL floppy
4
FDIMAGE /boot/floppy.img
5
6
LABEL backup
7
KERNEL /backup/vmlinuz
8
APPEND root=/dev/sdb
9
INITRD /boot/initrd
10
11
LABEL comboot
12
KERNEL /boot/comboot.com
13
14
INCLUDE /syslinux-include-nest-1.cfg
15
16
LABEL linux
17
LINUX /boot/bzImage
18
APPEND root=/dev/sdc