aboutsummaryrefslogtreecommitdiff
path: root/config/syslinux.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/syslinux.cfg')
-rw-r--r--config/syslinux.cfg24
1 files changed, 0 insertions, 24 deletions
diff --git a/config/syslinux.cfg b/config/syslinux.cfg
deleted file mode 100644
index 5e0dbeb..0000000
--- a/config/syslinux.cfg
+++ /dev/null
@@ -1,24 +0,0 @@
-UI menu.c32
-
-MENU TITLE "reX - ridicolous exiguous unix"
-
-label 1
- menu label Boot reX
- menu default
- kernel /images/rex/kernel
- initrd /images/rex/boot.img
- append quiet
- endtext
-
-label 2
- menu label Boot reX over serial
- kernel /images/rex/kernel
- initrd /images/rex/boot.img
- append quiet console=ttyS0
- endtext
-
-label 3
- menu label Back to initramfs process
- localinitramfs 0
- text help exit and coninue normal initramfs
- endtext