about summary refs log tree commit diff stats
path: root/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 /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 'syslinux.cfg')
-rw-r--r--syslinux.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/syslinux.cfg b/syslinux.cfg
deleted file mode 100644
index ae2eee79..00000000
--- a/syslinux.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-DEFAULT mu
-
-LABEL mu
-        LINUX /boot/kernel.xz
-        APPEND vga=nomodeset
-        INITRD /boot/rootfs.xz