about summary refs log tree commit diff stats
path: root/tools/iso/syslinux.cfg
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-01 19:38:50 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-01 19:40:28 -0800
commitf4bef91bd97d7dee60a7718df7b77f8e24b24846 (patch)
tree9c91a254851e5335c891e8b224fdc70d54c84795 /tools/iso/syslinux.cfg
parent65409d2312e702a48d3cf5b32479d25266bda3c3 (diff)
downloadmu-f4bef91bd97d7dee60a7718df7b77f8e24b24846.tar.gz
5859
Move script to create a Linux-based boot image into a sub-directory.
Diffstat (limited to 'tools/iso/syslinux.cfg')
-rw-r--r--tools/iso/syslinux.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/iso/syslinux.cfg b/tools/iso/syslinux.cfg
new file mode 100644
index 00000000..ae2eee79
--- /dev/null
+++ b/tools/iso/syslinux.cfg
@@ -0,0 +1,6 @@
+DEFAULT mu
+
+LABEL mu
+        LINUX /boot/kernel.xz
+        APPEND vga=nomodeset
+        INITRD /boot/rootfs.xz