summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso-19/mythvantage/syslinux/archiso_sys.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/archiso-19/mythvantage/syslinux/archiso_sys.cfg')
-rwxr-xr-xbuild_tools/archiso-19/mythvantage/syslinux/archiso_sys.cfg40
1 files changed, 40 insertions, 0 deletions
diff --git a/build_tools/archiso-19/mythvantage/syslinux/archiso_sys.cfg b/build_tools/archiso-19/mythvantage/syslinux/archiso_sys.cfg
new file mode 100755
index 0000000..58859d1
--- /dev/null
+++ b/build_tools/archiso-19/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 image. Install LinHES with splash or perform
+system maintenance. Add NoX to skip xwindows.
+ENDTEXT
+LINUX boot/x86_64/vmlinuz
+INITRD boot/x86_64/archiso.img
+APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% splash console=tty1
+
+
+label linux-nosplash
+MENU LABEL LinHES (no splash on install)
+TEXT HELP
+Boot the LinHES live image. Install LinHES without splash or perform
+system maintenance. Add NoX to skip xwindows.
+ENDTEXT
+LINUX boot/x86_64/vmlinuz
+INITRD boot/x86_64/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 image. Install LinHES or perform system
+maintenance over VNC. DHCP will be used for the network.
+ENDTEXT
+LINUX boot/x86_64/vmlinuz
+INITRD boot/x86_64/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