Manpage: Added documentation for --loadlin
This commit is contained in:
parent
aef1b75233
commit
58a82854a4
|
@ -144,6 +144,8 @@
|
|||
[\-k|\fB\-\-linux\-flavours\fR \fIFLAVOUR\fR|\fI"FLAVOURS"\fR]
|
||||
.br
|
||||
[\fB\-\-linux\-packages\fR \fI"PACKAGES"\fR]
|
||||
.br
|
||||
[\fB\-\-loadlin\fR true|false]
|
||||
.br
|
||||
[\fB\-\-losetup\fR losetup|losetup.orig]
|
||||
.br
|
||||
|
@ -377,6 +379,8 @@ sets the keyring package or additional keyring packages. By default this is set
|
|||
sets the kernel flavours to be installed. Note that in case you specify more than that the first will be configured the default kernel that gets booted. Optionally you can use an architecture qualifier, e.g. amd64:amd64. Given an i386 system you can enable amd64 foreign architecture thanks to the commands: "dpkg \-\-add\-architecture amd64 ; apt\-get update". This enables you to use "686 amd64:amd64" as a linux flavour. The amd64 kernel will be installed alongside the i386's 686 kernel.
|
||||
.IP "\fB\-\-linux\-packages\fR ""\fIPACKAGES\fR""" 4
|
||||
sets the internal name of the kernel packages naming scheme. If you use debian kernel packages, you will not have to adjust it. If you decide to use custom kernel packages that do not follow the debian naming scheme, remember to set this option to the stub of the packages only (for debian this is linux\-image\-2.6), so that \fISTUB\fR-\fIFLAVOUR\fR results in a valid package name (for debian e.g. linux\-image\-686\-pae). Preferably you use the meta package name, if any, for the stub, so that your configuration is ABI independent. Also don't forget that you have to include stubs of the binary modules packages for unionfs or aufs, and squashfs if you built them out-of-tree.
|
||||
.IP "\fB\-\-loadlin\fR true|false" 4
|
||||
sets loadlin. Defaults to false, except when the debian-installer is included for x86_64 or i386.
|
||||
.IP "\fB\-\-losetup\fR losetup|losetup.orig" 4
|
||||
sets the filename of the losetup binary from the host system that should be used. This is autodetected and does generally not need any customization.
|
||||
.IP "\fB\-\-memtest\fR memtest86+|memtest86|none" 4
|
||||
|
|
|
@ -84,6 +84,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
|
|||
\t [--keyring-packages PACKAGE|\"PACKAGES\"]\n\
|
||||
\t [-k|--linux-flavours FLAVOUR|\"FLAVOURS\"]\n\
|
||||
\t [--linux-packages \"PACKAGES\"]\n\
|
||||
\t [--loadlin true|false]\n\
|
||||
\t [--losetup losetup|losetup.orig]\n\
|
||||
\t [--memtest memtest86+|memtest86|none]\n\
|
||||
\t [-m|--parent-mirror-bootstrap URL]\n\
|
||||
|
@ -124,7 +125,6 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
|
|||
\t [--updates true|false]\n\
|
||||
\t [--backports true|false]\n\
|
||||
\t [--verbose]\n\
|
||||
\t [--loadlin true|false]\n\
|
||||
\t [--win32-loader true|false]\n\
|
||||
\t [--bootstrap-qemu-exclude PACKAGES]\n\
|
||||
\t [--bootstrap-qemu-static PATH]\n\
|
||||
|
|
Loading…
Reference in New Issue