From 8097a97a97a1d603c8215db9de8e7ae8a6a1cba7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 20 Jun 2018 21:46:46 +0200 Subject: [PATCH] boot configuration --- syslinux.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 syslinux.cfg diff --git a/syslinux.cfg b/syslinux.cfg new file mode 100644 index 0000000..0897228 --- /dev/null +++ b/syslinux.cfg @@ -0,0 +1,16 @@ +UI menu.c32 + +DEFAULT stretch_i386 +TIMEOUT 30 + +LABEL stretch_i386 + MENU LABEL Debian Stretch 32bit + KERNEL vmlinuz + INITRD initrd.img + APPEND boot=live live-media-path=/ quiet + +LABEL stretch_rescue + MENU LABEL Debian Stretch Rescue + KERNEL vmlinuz + INITRD initrd.img + APPEND boot=live live-media-path=/ init=/bin/sh -- 2.39.2