summaryrefslogtreecommitdiff
path: root/manpages/en
diff options
context:
space:
mode:
authorRoland Clobus <rclobus@rclobus.nl>2019-06-12 14:03:18 +0200
committerRoland Clobus <rclobus@rclobus.nl>2019-06-16 12:47:28 +0200
commitc54aa22bf67c9cc9b0eddd10fc3a5a54afb1cf29 (patch)
treeaa45bdd2b95c875f9520f5f9155e707d473a4c62 /manpages/en
parentab8c09eca1eaf8079ae28ed35b9fafcbbc29d4d2 (diff)
downloadvyos-live-build-c54aa22bf67c9cc9b0eddd10fc3a5a54afb1cf29.tar.gz
vyos-live-build-c54aa22bf67c9cc9b0eddd10fc3a5a54afb1cf29.zip
Manpage: Added documentation for --initsystem
Diffstat (limited to 'manpages/en')
-rw-r--r--manpages/en/lb_config.14
1 files changed, 3 insertions, 1 deletions
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index d0864f064..d721e58de 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -111,7 +111,7 @@
.br
[\fB\-\-initramfs\-compression\fR bzip2|gzip|lzma]
.br
- [\fB\-\-initsystem\fR sysvinit|runit|systemd|upstart|none]
+ [\fB\-\-initsystem\fR sysvinit|systemd|none]
.br
[\fB\-\-interactive\fR shell]
.br
@@ -329,6 +329,8 @@ defines the default options that will be appended to (almost) every gzip call du
sets the name of the package that contains the live system specific initramfs modification and defaults to live\-boot. Using 'none' is useful if the resulting system image should not be a live image (experimental).
.IP "\fB\-\-initramfs\-compression\fR bzip2|gzip|lzma]
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 automatise the build process and making it non interactive. By default, this is of course false.
.IP "\fB\-\-isohybrid\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4