summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-05 19:01:07 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-05 19:01:07 (GMT)
commitbfa7dca8c393b0a54b6dda5301e8725a3aeecfb3 (patch)
tree77be472c218be69da116cd00862671e45540b983 /build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg
parent6460f7b4846030b1ace3264c2e18a0ad08b99944 (diff)
downloadlinhes_dev-bfa7dca8c393b0a54b6dda5301e8725a3aeecfb3.zip
mkarchiso configs
Diffstat (limited to 'build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg')
-rw-r--r--build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg40
1 files changed, 40 insertions, 0 deletions
diff --git a/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg b/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg
new file mode 100644
index 0000000..6185fc2
--- /dev/null
+++ b/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg
@@ -0,0 +1,40 @@
+
+MENU TITLE LinHES: The Linux Home Entertainment System
+
+label linux
+MENU LABEL LinHES (default).
+TEXT HELP
+Boot the LinHES live medium. It allows you to install LinHES or
+perform system maintenance. Add NoX to skip xwindows
+ENDTEXT
+LINUX boot/%ARCH%/vmlinuz
+INITRD boot/%ARCH%/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash=silent,theme:linhes console=tty1
+
+
+label linux-nosplash
+MENU LABEL LinHES without splash screen.
+TEXT HELP
+Boot the LinHES live medium. It allows you to install LinHES or
+perform system maintenance. Add NoX to skip xwindows
+ENDTEXT
+LINUX boot/%ARCH%/vmlinuz
+INITRD boot/%ARCH%/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% console=tty1
+
+label linux-vnc
+MENU LABEL LinHES VNC install.
+TEXT HELP
+Boot the LinHES live medium. It allows you to install LinHES or
+perform system maintenance over vnc. DHCP will be used for the network
+ENDTEXT
+LINUX boot/%ARCH%/vmlinuz
+INITRD boot/%ARCH%/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% console=tty1 vnc cip=dhcp
+
+label special
+MENU LABEL Special Hardware
+KERNEL boot/syslinux/vesamenu.c32
+APPEND boot/syslinux/hardsub.cfg
+
+MENU SEPARATOR