]> git.plutz.net Git - blast/blob - cfg_syslinux/boot/bootmenu.cfg
partition alignment, efi boot, improved clean target
[blast] / cfg_syslinux / boot / bootmenu.cfg
1 UI menu.c32
2
3 DEFAULT stretch
4 TIMEOUT 30
5
6 LABEL stretch
7   MENU LABEL Debian Stretch
8   KERNEL /vmlinuz
9   INITRD /initrd.img
10   APPEND root=LABEL=FSROOT
11
12 LABEL stretch_rescue
13   MENU LABEL Debian Stretch Rescue
14   KERNEL /vmlinuz
15   INITRD /initrd.img
16   APPEND root=LABEL=FSROOT init=/bin/sh