]> git.ozlabs.org Git - petitboot/blob - test/parser/data/syslinux-include-root.cfg
discover/grub2: Allow to separate the --id argument using a space char
[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