From 44b9b0a6501476de594ce3783cea5df0c141478c Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Thu, 19 Dec 2019 18:18:44 +0100 Subject: 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 --- manpages/en/lb_config.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'manpages') 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 @@ -97,6 +97,10 @@ [\fB\-\-debug\fR] .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 @@ -195,6 +199,10 @@ [\fB\-\-parent\-debian\-installer\-distribution\fR \fICODENAME\fR] .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 @@ -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 -- cgit v1.2.3