diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-26 09:19:29 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:54:32 +0100 |
commit | d7bce7ba25be248145f2f13352f5c1229dfbfbb2 (patch) | |
tree | 33ffc521280b1568eb70358b63be3d33b01b2d07 /manpages/de | |
parent | c093bafed2cc7c50a1aed49bfbd5c291dd28836e (diff) | |
download | live-boot-d7bce7ba25be248145f2f13352f5c1229dfbfbb2.tar.gz live-boot-d7bce7ba25be248145f2f13352f5c1229dfbfbb2.zip |
Releasing debian version 2.0.9-1.
Diffstat (limited to 'manpages/de')
-rw-r--r-- | manpages/de/live-boot.de.7 | 17 | ||||
-rw-r--r-- | manpages/de/live-snapshot.de.1 | 2 |
2 files changed, 12 insertions, 7 deletions
diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7 index a39997b..5624734 100644 --- a/manpages/de/live-boot.de.7 +++ b/manpages/de/live-boot.de.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 12.10.2010 2.0.8 "Debian Live Projekt" +.TH LIVE\-BOOT 7 26.10.2010 2.0.9 "Debian Live Projekt" .SH NAME \fBlive\-boot\fP \- System Boot Skripte @@ -161,16 +161,21 @@ has been installed with persistent enabled. Do not prompt to eject the CD or remove the USB flash drive on reboot. .IP \fBswapon\fP 4 This parameter enables usage of local swap partitions. -.IP \fBpersistent\fP[=nofiles] 4 +.IP \fBpersistent\fP[={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. 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. +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\fP=\fIPATH\fP 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 diff --git a/manpages/de/live-snapshot.de.1 b/manpages/de/live-snapshot.de.1 index 5c147f5..b46fc51 100644 --- a/manpages/de/live-snapshot.de.1 +++ b/manpages/de/live-snapshot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 1 12.10.2010 2.0.8 "Debian Live Projekt" +.TH LIVE\-BOOT 1 26.10.2010 2.0.9 "Debian Live Projekt" .SH NAME \fBlive\-snapshot\fP \- simple script to ease persistence usage |