]> git.plutz.net Git - bootimage/commitdiff
boot configuration
authorPaul Hänsch <paul@plutz.net>
Wed, 20 Jun 2018 19:46:46 +0000 (21:46 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 20 Jun 2018 19:46:46 +0000 (21:46 +0200)
syslinux.cfg [new file with mode: 0644]

diff --git a/syslinux.cfg b/syslinux.cfg
new file mode 100644 (file)
index 0000000..0897228
--- /dev/null
@@ -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