X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=manpages%2Fen%2Flive-boot.7;h=6b7dfcd8bf52cf33291ad9e798ce7582adabc572;hb=599bb4e4402769547c1a3134402013941cb5fa12;hp=8ac839490afd79dd5c4fb160e77d6e73dcd1bb23;hpb=4e54d60d7f69ae3441e519e5611bd7ea48a8be19;p=live-boot-grml.git diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 8ac8394..6b7dfcd 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2012\-04\-08 3.0~a26-1 "Debian Live Project" +.TH LIVE\-BOOT 7 2012\-05\-24 3.0~a27-1 "Debian Live Project" .SH NAME \fBlive\-boot\fR \- System Boot Scripts @@ -29,7 +29,7 @@ In addition, there are some more boot parameters to influence the behaviour, see \fBlive\-boot\fR currently features the following parameters. .\" FIXME .IP "\fBaccess\fR=\fIACCESS\fR" 4 -Set the accessibility level for physically or visually impared users. ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, m2=moderate motor difficulties. +Set the accessibility level for physically or visually impaired users. ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, m2=moderate motor difficulties. .IP "\fBconsole\fR=\fITTY,SPEED\fR" 4 Set the default console to be used with the "live\-getty" option. Example: "console=ttyS0,115200" .IP "\fBdebug\fR" 4 @@ -48,7 +48,7 @@ correctly because it does not require networking afterwards and the system operates faster once booted because it does not require to contact the server anymore. .br -Due to current limitations in busyboxs wget and DNS resolution, an URL can not contain a hostname but an IP only. +Due to current limitations in busybox's wget and DNS resolution, an URL can not contain a hostname but an IP only. .br Not working: http://example.com/path/to/your_filesystem.squashfs .br @@ -66,6 +66,8 @@ Target Lun 0 Path=,Type=fileio,IOMode=ro # If you want to boot multiple machines you might want to look at tuning some parameters like # Wthreads or MaxConnections +.IP "\fBfindiso\fR=\fI/PATH/TO/IMAGE\fI" 4 +Look for the specified ISO file on all disks where it usually looks for the .squashfs file (so you don't have to know the device name as in fromiso=....). .IP "\fBfromiso\fR=\fI/PATH/TO/IMAGE\fI" 4 Allows to use a filesystem from within an iso image that's available on live-media. .IP "\fBignore_uuid\fR" 4 @@ -107,7 +109,7 @@ This parameters allows to set a custom ramdisk size (it's the '\-o size' option .IP "\fBswapon\fR" 4 This parameter enables usage of local swap partitions. .IP "\fBpersistence\fR" 4 -live\-boot will probe devices for persistence media. These can be partitions (with the correct GPT name), filesystems (with the correct label) or image/archive files (with the correct file name). Overlays are labeled/named either "full\-ov", which will be mounted on /, or "custom\-ov", which can be completely customized (see \fIlive.persist\fR(5)); snapshots are labeled/named either "live\-sn" or "home\-sn" and will be extracted into / or /home, respectively (see \fIlive\-snapshot\fR(1) for more information). The order these are handled are: full\-ov, custom\-ov, live-sn, home-sn. Overlay image files and snapshot archive files have extensions which determines their filesystem or archive type, e.g. "custom\-ov.ext4" and "\home\-sn.squashfs". +live\-boot will probe devices for persistence media. These can be partitions (with the correct GPT name), filesystems (with the correct label) or image/archive files (with the correct file name). Overlays are labeled/named either "full\-ov", which will be mounted on /, or "custom\-ov", which can be completely customized (see \fIlive-persistence.conf\fR(5)); snapshots are labeled/named either "live\-sn" or "home\-sn" and will be extracted into / or /home, respectively (see \fIlive\-snapshot\fR(1) for more information). The order these are handled are: full\-ov, custom\-ov, live-sn, home-sn. Overlay image files and snapshot archive files have extensions which determines their filesystem or archive type, e.g. "custom\-ov.ext4" and "home\-sn.squashfs". .IP "\fBpersistence\-encryption\fR=\fITYPE1\fR,\fITYPE2\fR ... \fITYPEn\fR" 4 This option determines which types of encryption that we allow to be used when probing devices for persistence media. If "none" is in the list, we allow unencrypted media; if "luks" is in the list, we allow LUKS\-encrypted media. Whenever a device containing encrypted media is probed the user will be prompted for the passphrase. The default value is "none". .IP "\fBpersistence\-media\fR={\fIremovable\fR|\fIremovable\-usb\fR}" 4 @@ -153,12 +155,12 @@ This saves expensive writes and speeds up operations on volatile data such as we .IP "\fB/etc/live/boot.d/*.conf\fR" 4 .IP "\fBlive/boot.conf\fR" 4 .IP "\fBlive/boot.d/*.conf\fR" 4 -.IP "\fBlive.persist\fR" 4 +.IP "\fBlive-persistence.conf\fR" 4 .SH SEE ALSO \fIlive\-snapshot\fR(1) .PP -\fIlive.persist\fR(5) +\fIlive-persistence.conf\fR(5) .PP \fIlive\-build\fR(7) .PP