]> git.plutz.net Git - bootimage/blobdiff - syslinux.cfg
boot configuration
[bootimage] / syslinux.cfg
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