summaryrefslogtreecommitdiff
path: root/configs/lxde-multi/syslinux/parabolaiso_tail.cfg
diff options
context:
space:
mode:
authorJorginho <jorginho@lavabit.com>2013-04-28 16:08:32 +0200
committerJorginho <jorginho@lavabit.com>2013-04-28 16:08:32 +0200
commitdc7c29f70fa83682a8db5d8f45fbed11a24bafc1 (patch)
tree16e1795e26a9dae7f21ce5b4103d70bc6a29627a /configs/lxde-multi/syslinux/parabolaiso_tail.cfg
parentae961e812c333ea71c1192169843bd0cfe3f021f (diff)
put lxde-multi
Diffstat (limited to 'configs/lxde-multi/syslinux/parabolaiso_tail.cfg')
-rw-r--r--configs/lxde-multi/syslinux/parabolaiso_tail.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/configs/lxde-multi/syslinux/parabolaiso_tail.cfg b/configs/lxde-multi/syslinux/parabolaiso_tail.cfg
new file mode 100644
index 0000000..a55548c
--- /dev/null
+++ b/configs/lxde-multi/syslinux/parabolaiso_tail.cfg
@@ -0,0 +1,27 @@
+LABEL existing
+TEXT HELP
+Boot an existing operating system. Press TAB to edit the disk and partition
+number to boot.
+ENDTEXT
+MENU LABEL Boot existing OS
+COM32 boot/syslinux/chain.c32
+APPEND hd0 0
+
+# http://www.memtest.org/
+LABEL memtest
+MENU LABEL Run Memtest86+ (RAM test)
+LINUX boot/memtest
+
+# http://hdt-project.org/
+LABEL hdt
+MENU LABEL Hardware Information (HDT)
+COM32 boot/syslinux/hdt.c32
+APPEND modules_alias=boot/syslinux/hdt/modalias.gz pciids=boot/syslinux/hdt/pciids.gz
+
+LABEL reboot
+MENU LABEL Reboot
+COM32 boot/syslinux/reboot.c32
+
+LABEL poweroff
+MENU LABEL Power Off
+COMBOOT boot/syslinux/poweroff.com