diff options
author | Cody A.W. Somerville <cody.somerville@canonical.com> | 2009-09-02 07:39:13 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:46 +0100 |
commit | 27be06512a9fcfbc68ad4f04efa13aa34e43bd2d (patch) | |
tree | 6ae4fa6caf9783eaea683b7c9f5df947cf0b1495 /manpages | |
parent | a55187778e01050f348532995eb9618897d96908 (diff) | |
download | vyos-live-build-27be06512a9fcfbc68ad4f04efa13aa34e43bd2d.tar.gz vyos-live-build-27be06512a9fcfbc68ad4f04efa13aa34e43bd2d.zip |
Add option to disable use of GTK debian-installer.
Adding the ability to disable use of the GTK graphical
debian-installer is handy either to reduce the size of the
images or if the necessary files aren't available.
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/lh_config.en.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1 index 3ef0dd69e..ede1a29f7 100644 --- a/manpages/lh_config.en.1 +++ b/manpages/lh_config.en.1 @@ -76,6 +76,8 @@ lh_config \- create configuration for live\-helper .br [\fB\-\-debian\-installer\-preseedfile\fR \fIFILE\fR|\fIURL\fR] .br + [\fB\-\-debian\-installer\-gui\fR enabled|disabled] +.br [\-d|\fB\-\-distribution\fR \fICODENAME\fR] .br [\-\-\fBdump\fR] @@ -276,6 +278,8 @@ defines which type, if any, of the debian\-installer should be included in the r defines the distribution where the debian\-installer files should be taken out from. Normally, this should be set to the same distribution as the live system. However, some times, one wants to use a newer or even daily built installer. .IP "\fB\-\-debian\-installer\-preseedfile\fR \fIFILE\fR|\fIURL\fR" 4 sets the filename or URL for an optionally used and included preseeding file for debian\-installer. +.IP "\fB\-\-debian\-installer\-gui\fR enabled|disabled" 4 +defines if the debian\-installer graphical GTK interface should be enabled or not. In Debian mode and for most versions of Ubuntu, this option is enabled, whereas otherwise disabled, by default. .IP "\-d|\fB\-\-distribution\fR \fICODENAME\fR" 4 defines the distribution of the resulting live system. .IP "\-\-\fBdump\fR" 4 |