lb config: --distribution defaults to testing
This commit is contained in:
parent
0959dda89f
commit
30d39f812e
|
@ -41,7 +41,7 @@ Prepare_config ()
|
|||
|
||||
LB_MODE="${LB_MODE:-debian}"
|
||||
LB_DERIVATIVE="false"
|
||||
LB_DISTRIBUTION="${LB_DISTRIBUTION:-bullseye}"
|
||||
LB_DISTRIBUTION="${LB_DISTRIBUTION:-testing}"
|
||||
LB_DISTRIBUTION_CHROOT="${LB_DISTRIBUTION_CHROOT:-${LB_DISTRIBUTION}}"
|
||||
LB_DISTRIBUTION_BINARY="${LB_DISTRIBUTION_BINARY:-${LB_DISTRIBUTION_CHROOT}}"
|
||||
|
||||
|
|
|
@ -331,7 +331,7 @@ tells debootstrap to use an alternate bootstrap script (last parameter to deboot
|
|||
.IP "\fB\-\-debug\fR" 4
|
||||
turns on debugging informational messages.
|
||||
.IP "\fB\-d\fR|\fB\-\-distribution\fR \fICODENAME\fR" 4
|
||||
defines the distribution of the resulting live system. This currently defaults to 'buster'. The value 'sid' can be used for Debian unstable.
|
||||
defines the distribution of the resulting live system. This defaults to 'testing'. The value 'sid' can be used for Debian unstable.
|
||||
.IP "\fB\-\-distribution\-binary\fR \fICODENAME\fR" 4
|
||||
defines the distribution enabled in the resulting live system (defaults to the value set in \fB\-\-distribution\fR)
|
||||
.IP "\fB\-\-distribution\-chroot\fR \fICODENAME\fR" 4
|
||||
|
|
Loading…
Reference in New Issue