diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-12-05 17:32:43 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-12-05 17:32:43 (GMT) |
commit | 8e8172edbf8061a1c8260bcec3ce69dd71e39d88 (patch) | |
tree | 7430998ac0253cb9f17402acc7c408635db01124 | |
parent | caee11ff969c544ab8927855c5d3e7dcbc4601a9 (diff) | |
download | linhes_dev-8e8172edbf8061a1c8260bcec3ce69dd71e39d88.zip |
archiso_sys.cfg: change boot options to show boot progress
-rw-r--r-- | build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg b/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg index 1dd2de3..01e50ef 100644 --- a/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg +++ b/build_tools/archiso/mythvantage/syslinux/archiso_sys.cfg @@ -9,11 +9,11 @@ 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 vga=current console=tty1 +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% splash console=tty1 label linux-nosplash -MENU LABEL LinHES (no splash screen) +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. @@ -23,7 +23,7 @@ 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 image. Install LinHES or perform system maintenance over VNC. DHCP will be used for the network. |