diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-04 18:10:07 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-04 18:10:07 (GMT) |
commit | caee11ff969c544ab8927855c5d3e7dcbc4601a9 (patch) | |
tree | 30492849401cf40f61ed2de2bf9aae596fbe6461 | |
parent | 4433698a55961bd119af077ad21b022f733a124e (diff) | |
download | linhes_dev-caee11ff969c544ab8927855c5d3e7dcbc4601a9.zip |
archiso_sys.cfg: change boot options and clarify
.gitignore: add splash.png as it gets changed from go.sh
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg | 20 |
2 files changed, 11 insertions, 10 deletions
@@ -17,3 +17,4 @@ overlay.xpk build_tools/clarch/profiles/local local *.pyc +build_tools/archiso/mythvantage/syslinux/splash.png diff --git a/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg b/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg index 6185fc2..1dd2de3 100644 --- a/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg +++ b/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg @@ -2,31 +2,31 @@ MENU TITLE LinHES: The Linux Home Entertainment System label linux -MENU LABEL LinHES (default). +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 +Boot the LinHES live image. Install LinHES with splash 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 +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% quiet splash vga=current console=tty1 label linux-nosplash -MENU LABEL LinHES without splash screen. +MENU LABEL LinHES (no splash screen) TEXT HELP -Boot the LinHES live medium. It allows you to install LinHES or -perform system maintenance. Add NoX to skip xwindows +Boot the LinHES live image. Install LinHES without splash 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. +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 +Boot the LinHES live image. 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 |