diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-02-25 04:20:10 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:28:19 +0000 |
commit | f15d1af0eaf01fd6d535916b482e9c326ea3347d (patch) | |
tree | 155fddfc538a93848fdf3aa8480ab4d2cea37615 /manpages | |
parent | 888f63eb8664f59a90a599a1f418ce4fa58ca4a5 (diff) | |
download | vyos-live-build-f15d1af0eaf01fd6d535916b482e9c326ea3347d.tar.gz vyos-live-build-f15d1af0eaf01fd6d535916b482e9c326ea3347d.zip |
manpage: fix typo
"automatise" -> "automate"
Gbp-Dch: Ignore
Diffstat (limited to 'manpages')
-rw-r--r-- | manpages/en/lb_config.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 58db599e9..2f13f8477 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -378,7 +378,7 @@ defines the compression program to be used to compress the initramfs. Defaults t .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 automatise the build process and making it non interactive. By default, this is of course false. +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\-\-iso\-application\fR \fINAME\fR" 4 sets the APPLICATION field in the header of a resulting CD/DVD image and defaults to "Debian Live" in debian mode, and "Ubuntu Live" in ubuntu mode. .IP "\fB\-\-iso\-preparer\fR \fINAME\fR" 4 |