diff options
author | Jesse Hathaway <jesse@mbuki-mvuki.org> | 2007-11-02 09:31:27 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | 72220890bd5f0d6ace56c0e1d8139d9010bc8d0e (patch) | |
tree | 9192780867d0870825a76f28f156dce865cc226f /manpages | |
parent | 34683dc5e63f0afb095aa941ecc8a636abf4e6da (diff) | |
download | vyos-live-build-72220890bd5f0d6ace56c0e1d8139d9010bc8d0e.tar.gz vyos-live-build-72220890bd5f0d6ace56c0e1d8139d9010bc8d0e.zip |
add new option --syslinux-menu to enable syslinux menu
added a new syslinux menu splash screen, I'm not an artist
but I think it is better than the generic splash which was
already included. Also added the svg file if anyone wants
to make any changes.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/lh_config.de.1 | 2 | ||||
-rw-r--r-- | manpages/lh_config.en.1 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/manpages/lh_config.de.1 b/manpages/lh_config.de.1 index 4b20d120d..242d743bd 100644 --- a/manpages/lh_config.de.1 +++ b/manpages/lh_config.de.1 @@ -141,6 +141,8 @@ Hier ist eine vollst\[:a]ndige Liste aller verf\[:u]gbaren Optionen f\[:u]r lh_c .IP "\fB\-\-syslinux\-timeout\fR \fISECONDS\fR" 4 +.IP "\fB\-\-syslinux\-menu\fR enabled|disabled" 4 + .IP "\fB\-\-sysvinit\fR enabled|disabled" 4 .IP "\fB\-\-tasksel\fR aptitude|tasksel" 4 diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1 index 46aec1e90..a4b163a9a 100644 --- a/manpages/lh_config.en.1 +++ b/manpages/lh_config.en.1 @@ -160,6 +160,8 @@ EXAMPLE: .IP "\fB\-\-syslinux\-timeout\fR \fISECONDS\fR" 4 +.IP "\fB\-\-syslinux\-menu\fR enabled|disabled" 4 + .IP "\fB\-\-sysvinit\fR enabled|disabled" 4 .IP "\fB\-\-tasksel\fR aptitude|tasksel" 4 |