diff options
author | Raphaël Hertzog <raphael@offensive-security.com> | 2019-12-19 18:18:44 +0100 |
---|---|---|
committer | Raphaël Hertzog <raphael@offensive-security.com> | 2019-12-19 18:18:44 +0100 |
commit | 44b9b0a6501476de594ce3783cea5df0c141478c (patch) | |
tree | dd84f8ea71c77fc5774a736db95f7669e1e58c2b /manpages/en | |
parent | e7221c02f3baae0eaeb804b573551ad883d95290 (diff) | |
download | vyos-live-build-44b9b0a6501476de594ce3783cea5df0c141478c.tar.gz vyos-live-build-44b9b0a6501476de594ce3783cea5df0c141478c.zip |
Support --distribution-binary and --distribution-chroot
This makes it possible to build an image against a first distribution
(--distribution-chroot) and have the resulting image point to another
distribution (--distribution-binary). We can use this to build against a
snapshot and have the result use the original distribution that was
snapshotted.
Closes: #888507
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_config.1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index cb7fd69d5..df6757cdf 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -98,6 +98,10 @@ .br [\-d|\fB\-\-distribution\fR \fICODENAME\fR] .br + [\fB\-\-distribution\-chroot\fR \fICODENAME\fR] +.br + [\fB\-\-distribution\-binary\fR \fICODENAME\fR] +.br [\fB\-\-dump\fR] .br [\fB\-\-fdisk\fR fdisk|fdisk.dist] @@ -196,6 +200,10 @@ .br [\fB\-\-parent\-distribution\fR \fICODENAME\fR] .br + [\fB\-\-parent\-distribution\-chroot\fR \fICODENAME\fR] +.br + [\fB\-\-parent\-distribution\-binary\fR \fICODENAME\fR] +.br [\fB\-\-parent\-mirror\-binary\fR \fIURL\fR] .br [\fB\-\-parent\-mirror\-binary\-security\fR \fIURL\fR] @@ -335,6 +343,10 @@ tells debootstrap to use an alternate bootstrap script (last parameter to deboot turns on debugging informational messages. .IP "\-d|\fB\-\-distribution\fR \fICODENAME\fR" 4 defines the distribution of the resulting live system. +.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 +defines the distribution used to build the live system (defaults to the value set in \fB\-\-distribution\fR) .IP "\fB\-\-dump\fR" 4 prepares a report of the currently present live system configuration and the version of live\-build used. This is useful to provide if you submit bug reports, we do get all information required for us to locate and replicate an error. .IP "\fB\-\-fdisk\fR fdisk|fdisk.dist" 4 @@ -440,6 +452,10 @@ defines the archive areas for derivatives of the resulting live system. defines the parent debian\-installer distribution for derivatives of the resulting live system. .IP "\fB\-\-parent\-distribution\fR \fICODENAME\fR" 4 defines the parent distribution for derivatives of the resulting live system. +.IP "\fB\-\-parent\-distribution\-binary\fR \fICODENAME\fR" 4 +defines the derivative's parent distribution enabled in the resulting live system. +.IP "\fB\-\-parent\-distribution\-chroot\fR \fICODENAME\fR" 4 +defines the derivative's parent distribution used to build the live system. .IP "\fB\-\-parent\-mirror\-binary\fR \fIURL\fR" 4 sets the location of the debian package mirror that should end up configured in the final image and which is the one a user would see and use. This has not necessarily to be the same that is used to build the image, e.g. if you use a local mirror but want to have an official mirror in the image. This defaults to the value of \-\-mirror\-binary. .IP "\fB\-\-parent\-mirror\-binary\-security\fR \fIURL\fR" 4 |