summaryrefslogtreecommitdiffstats
path: root/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg
blob: 6185fc2c984a1b224e5931f0579e6d15e497fbf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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