]> git.plutz.net Git - bootimage/blob - syslinux.cfg
scripts for volume setup
[bootimage] / syslinux.cfg
1 UI menu.c32
2
3 DEFAULT stretch_squash
4 TIMEOUT 30
5
6 LABEL stretch_squash
7   MENU LABEL Debian Stretch
8   KERNEL vmlinuz
9   INITRD initrd.img
10   APPEND boot=live live-media-path=/ quiet
11
12 LABEL stretch_rescue
13   MENU LABEL Debian Stretch Rescue
14   KERNEL vmlinuz
15   INITRD initrd.img
16   APPEND boot=live live-media-path=/ init=/bin/sh