Syncing options in lh_config(1) with lh_config, etc. Thanks to Luca Bruno.
This commit is contained in:
parent
44fefdf1d3
commit
a5368e634d
|
@ -15,6 +15,10 @@ lh_config \- create configuration for live\-helper
|
||||||
[\fB\-\-apt\-http\-proxy\fR \fIURL\fR]
|
[\fB\-\-apt\-http\-proxy\fR \fIURL\fR]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-apt\-pdiffs\fR enabled|disabled]
|
[\fB\-\-apt\-pdiffs\fR enabled|disabled]
|
||||||
|
.br
|
||||||
|
[--aptitude-options OPTION|"OPTIONS"]
|
||||||
|
.br
|
||||||
|
[--apt-options OPTION|"OPTIONS"]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-apt\-pipeline\fR \fIFIXME\fR]
|
[\fB\-\-apt\-pipeline\fR \fIFIXME\fR]
|
||||||
.br
|
.br
|
||||||
|
@ -66,9 +70,11 @@ lh_config \- create configuration for live\-helper
|
||||||
.br
|
.br
|
||||||
[\fB\-\-debconf\-priority\fR low|medium|high|critical]
|
[\fB\-\-debconf\-priority\fR low|medium|high|critical]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-debian\-installer\fR enabled|disabled]
|
[\fB\-\-debian\-installer\fR enabled|cdrom|netinst|netboot|businesscard|live|disabled]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-debian\-installer\-distribution\fR daily|\fICODENAME\fR]]
|
[\fB\-\-debian\-installer\-distribution\fR daily|\fICODENAME\fR]
|
||||||
|
.br
|
||||||
|
[\fB\-\-debian\-installer\-preseedfile\fR \fIFILE\fR|\fIURL\fR]
|
||||||
.br
|
.br
|
||||||
[\-d|\fB\-\-distribution\fR \fICODENAME\fR]
|
[\-d|\fB\-\-distribution\fR \fICODENAME\fR]
|
||||||
.br
|
.br
|
||||||
|
@ -97,6 +103,8 @@ lh_config \- create configuration for live\-helper
|
||||||
[\fB\-\-iso\-publisher\fR \fINAME\fR]
|
[\fB\-\-iso\-publisher\fR \fINAME\fR]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-iso\-volume\fR \fINAME\fR]
|
[\fB\-\-iso\-volume\fR \fINAME\fR]
|
||||||
|
.br
|
||||||
|
[\fB\-\-jffs2\-eraseblock\fR \fISIZE\fR]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-keyring\-packages\fR \fIPACKAGE\fI|\fI"PACKAGES"\fR]
|
[\fB\-\-keyring\-packages\fR \fIPACKAGE\fI|\fI"PACKAGES"\fR]
|
||||||
.br
|
.br
|
||||||
|
@ -117,6 +125,8 @@ lh_config \- create configuration for live\-helper
|
||||||
[\fB\-\-mirror\-bootstrap\-security\fR \fIURL\fR]
|
[\fB\-\-mirror\-bootstrap\-security\fR \fIURL\fR]
|
||||||
.br
|
.br
|
||||||
[\-m|\fB\-\-mirror\-bootstrap\fR \fIURL\fR]
|
[\-m|\fB\-\-mirror\-bootstrap\fR \fIURL\fR]
|
||||||
|
.br
|
||||||
|
[\fB\-\-mirror\-chroot\fR \fIURL\fR]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-mode\fR debian|debian\-edu]
|
[\fB\-\-mode\fR debian|debian\-edu]
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Reference in New Issue