Manpage: Added documentation for --initsystem
This commit is contained in:
parent
ab8c09eca1
commit
c54aa22bf6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue