diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:26:08 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:26:11 +0200 |
commit | df1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a (patch) | |
tree | 2806fdd41ff447fa9423841829f36369854e937e /manpages/de/lb_config.de.1 | |
parent | 6cb824c187d60e86d07514a648ee6dec10f47714 (diff) | |
download | vyos-live-build-df1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a.tar.gz vyos-live-build-df1cea54c56ecd4ea99e2d9d5d3cb3ce075b150a.zip |
Removing bootstrap-flavour option (Closes: #685675).
live-build does too much magic that causes too much effort in
maintaining for stuff that hardly everyone uses.
Rather than 'translating' back and forth and maintaining compatibility
between options of different debootstrap and cdebootstrap versions (and
possibly any other in the future), it's is better to 'off-load' this to
the user.
For non-live specific options passed to the bootstrap tools, we'll
be introducing --debootstrap-options and --cdebootstrap-options
where users can specify their additional options passed to the
respective bootstrap tool, rather than us maintaining them in a
'hardcoded' and selected list.
Diffstat (limited to 'manpages/de/lb_config.de.1')
-rw-r--r-- | manpages/de/lb_config.de.1 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 7ba08ffb5..82762519b 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2012\-08\-14 3.0~a57\-1 "Debian Live Project" +.TH LIVE\-BUILD 1 2012\-08\-27 3.0~a57\-1 "Debian Live Project" .SH NAME \fBlb config\fP \- Create config directory @@ -48,8 +48,6 @@ .br [\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap|copy] .br - [\-f|\fB\-\-bootstrap\-flavour\fP minimal|standard] -.br [\fB\-\-bootstrap\-keyring\fP \fIPACKAGE\fP] .br [\fB\-\-cache\fP true|false] @@ -354,10 +352,6 @@ debootstrap. Note that if you set the bootstrap program to copy, then your host system is copied. This can be useful if you want to convert/clone your existing host system into a live system, however, make sure you do have enough free space as this can, depending on your host system, get quite big. -.IP "\-f|\fB\-\-bootstrap\-flavour\fP minimal|standard" 4 -defines if the bootstrap program should bootstrap the standard system (all -packages of priority required and important, which is the default) or a -minimal system (only packages of priority required, plus apt). .IP "\fB\-\-bootstrap\-keyring\fP \fIPACKAGE\fP" 4 sets the archive keyring package to be used. Default is debian\-archive\-keyring. |