X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=manpages%2Fen%2Flive-boot.7;h=3ae212d766e78c534c19e89434b85d85d93f09e8;hb=9db6aa6ce21af597d58dd058be20e38c2a7eeccf;hp=9e72e9b1fda921efa8481e87b74a712d476f5306;hpb=46f8f80975c374d382cb8419c3371e30597f8d8e;p=live-boot-grml.git diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 9e72e9b..3ae212d 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2010\-10\-12 2.0.8 "Debian Live Project" +.TH LIVE\-BOOT 7 2010\-11\-29 3.0~a12 "Debian Live Project" .SH NAME \fBlive\-boot\fR \- System Boot Scripts @@ -98,10 +98,18 @@ This parameter disables the default disabling of filesystem checks in /etc/fstab disables the "persistent" feature, useful if the bootloader (like syslinux) has been installed with persistent enabled. .IP "\fBnoprompt\fR" 4 Do not prompt to eject the CD or remove the USB flash drive on reboot. +.IP "\fBnoprompt\fR=\fITYPE\fR" 4 +This tells live-boot not to prompt to eject the CD (when noprompt=cd) or remove the USB flash drive (when noprompt=usb) on reboot. +.IP "\fBramdisk\-size\fR" 4 +This parameters allows to set a custom ramdisk size (it's the '\-o size' option of tmpfs mount). By default, there is no ramdisk size set, so the default of mount applies (currently 50% of available RAM). Note that this option has no currently no effect when booting with toram. .IP "\fBswapon\fR" 4 This parameter enables usage of local swap partitions. -.IP "\fBpersistent\fR[=nofiles]" 4 -live\-boot will look for persistent and snapshot partitions or files labeled "live\-rw", "home\-rw", and files called "live\-sn*", "home\-sn*" and will try to, in order: mount as /cow the first, mount the second in /home, and just copy the contents of the latter in appropriate locations (snapshots). Snapshots will be tried to be updated on reboot/shutdown. Look at live\-snapshot(1) for more informations. If "nofiles" is specified, only filesystems with matching labels will be searched; no filesystems will be traversed looking for archives or image files. This results in shorter boot times. +.IP "\fBpersistent\fR[={nofiles|cryptsetup}]" 4 +live\-boot will look for persistent and snapshot partitions or files labeled "live\-rw", "home\-rw", and files called "live\-sn*", "home\-sn*" and will try to, in order: mount as /cow the first, mount the second in /home, and just copy the contents of the latter in appropriate locations (snapshots). Snapshots will be tried to be updated on reboot/shutdown. Look at live\-snapshot(1) for more informations. +.br +If "nofiles" is specified, only filesystems with matching labels will be searched; no filesystems will be traversed looking for archives or image files. This results in shorter boot times. +.br +If "cryptsetup" is specified, filesystems stored on Luks\-encrypted devices will be considered as well as others when searching for a persistence filesystem; the user will be prompted for any needed decryption passphrase. .IP "\fBpersistent\-path\fR=\fIPATH\fR" 4 live\-boot will look for persistency files in the root directory of a partition, with this parameter, the path can be configured so that you can have multiple directories on the same partition to store persistency files. .IP "\fBpersistent\-subtext\fR=\fISUFFIX\fR" 4 @@ -148,6 +156,8 @@ This saves expensive writes and speeds up operations on volatile data such as we \fIlive\-build\fR(7) .PP \fIlive\-config\fR(7) +.PP +\fIlive\-tools\fR(7) .SH HOMEPAGE More information about live\-boot and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.