summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'manpages')
-rw-r--r--manpages/en/lb_config.16
1 files changed, 3 insertions, 3 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index d889458c5..c3808a103 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -128,7 +128,7 @@
.br
[\fB\-\-initsystem\fR sysvinit|systemd|none]
.br
- [\fB\-\-interactive\fR shell]
+ [\fB\-\-interactive\fR true|shell|x11|xnest|false]
.br
[\fB\-\-iso\-application\fR \fINAME\fR]
.br
@@ -369,8 +369,8 @@ sets the name of the package that contains the live system specific initramfs mo
defines the compression program to be used to compress the initramfs. Defaults to gzip.
.IP "\fB\-\-initsystem\fR sysvinit|systemd|none]
defines the init system. Defaults to systemd.
-.IP "\fB\-\-interactive\fR shell" 4
-defines if after the chroot stage and before the beginning of the binary stage, a interactive shell login should be spawned in the chroot in order to allow you to do manual customizations. Once you close the shell with logout or exit, the build will continue as usual. Note that it's strongly discouraged to use this for anything else than testing. Modifications that should be present in all builds of a live system should be properly made through hooks. Everything else destroys the beauty of being able to completely automate the build process and making it non-interactive. By default, this is of course false.
+.IP "\fB\-\-interactive\fR true|shell|x11|xnest|false" 4
+defines if after the chroot stage and before the beginning of the binary stage, an interactive shell login should be spawned in the chroot in order to allow you to do manual customizations, or as an alternative to true|false a specific shell to use (note that true corresponds to a value of 'shell'). Once you close the shell with logout or exit, the build will continue as usual. Note that it's strongly discouraged to use this for anything else than testing. Modifications that should be present in all builds of a live system should be properly made through hooks. Everything else destroys the beauty of being able to completely automate the build process and making it non-interactive. By default, this is of course false.
.IP "\fB\-\-iso\-application\fR \fINAME\fR" 4
sets the APPLICATION field in the header of a resulting CD/DVD image and defaults to "Debian Live".
.IP "\fB\-\-iso\-preparer\fR \fINAME\fR" 4