Manpage: Added documentation for --image-name
This commit is contained in:
parent
c54aa22bf6
commit
6c6151d0c9
|
@ -106,6 +106,8 @@
|
|||
[\fB\-\-gzip\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"]
|
||||
.br
|
||||
[\fB\-\-ignore\-system\-defaults\fR]
|
||||
.br
|
||||
[\fB\-\-image\-name\fR \fINAME\fR]
|
||||
.br
|
||||
[\fB\-\-initramfs\fR none|live\-boot]
|
||||
.br
|
||||
|
@ -325,6 +327,8 @@ defines the name of an optional to be included splash screen graphic for the gru
|
|||
defines the default options that will be appended to (almost) every gzip call during the building of the image. By default, this is set to \-\-best to use highest (but slowest) compression. Dynamically, if the host system supports it, also \-\-rsyncable is added.
|
||||
.IP "\fB\-\-ignore\-system\-defaults\fR" 4
|
||||
\fBlb config\fR by default reads system defaults from \fI/etc/live/build.conf\fR and \fI/etc/live/build/*\fR when generating a new live system config directory. This is useful if you want to set global settings, such as mirror locations, and don't want to specify them all of the time.
|
||||
.IP "\fB\-\-image\-name\fR \fINAME\fR" 4
|
||||
sets the base name of the image. Defaults to live-image.
|
||||
.IP "\fB\-\-initramfs\fR none|live\-boot" 4
|
||||
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]
|
||||
|
|
|
@ -65,10 +65,10 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
|
|||
\t [--grub-splash FILE]\n\
|
||||
\t [--gzip-options OPTION|\"OPTIONS\"]\n\
|
||||
\t [--ignore-system-defaults]\n\
|
||||
\t [--image-name NAME]\n\
|
||||
\t [--initramfs none|live-boot]\n\
|
||||
\t [--initramfs-compression bzip2|gzip|lzma]\n\
|
||||
\t [--initsystem sysvinit|systemd|none]\n\
|
||||
\t [--image-name [NAME]\n\
|
||||
\t [--interactive shell]\n\
|
||||
\t [--isohybrid-options OPTION|\"OPTIONS\"]\n\
|
||||
\t [--hdd-label LABEL]\n\
|
||||
|
|
Loading…
Reference in New Issue