diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-04-08 12:28:23 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-04-08 12:28:23 +0200 |
| commit | d0610b388dde7a4368580b60c690d72fb3f72637 (patch) | |
| tree | 65b118a14c4fdd5c85c632fd1557375f8d92e472 /manpages/de | |
| parent | fcabc9b08b01a62cf21d016971562160c097947f (diff) | |
| download | live-boot-d0610b388dde7a4368580b60c690d72fb3f72637.tar.gz live-boot-d0610b388dde7a4368580b60c690d72fb3f72637.zip | |
Consistently using ext4 in all examples, not a mix of ext2 and ext3.
Diffstat (limited to 'manpages/de')
| -rw-r--r-- | manpages/de/live-boot.de.7 | 2 | ||||
| -rw-r--r-- | manpages/de/live-snapshot.de.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7 index 91e2c02..ad922e5 100644 --- a/manpages/de/live-boot.de.7 +++ b/manpages/de/live-boot.de.7 @@ -182,7 +182,7 @@ either "live\-sn" or "home\-sn" and will be extracted into / or /home, respectively (see \fIlive\-snapshot\fP(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.ext3" and "\home\-sn.squashfs". +or archive type, e.g. "custom\-ov.ext4" and "\home\-sn.squashfs". .IP "\fBpersistent\-encryption\fP=\fITYPE1\fP,\fITYPE2\fP ... \fITYPEn\fP" 4 This option determines which types of encryption that we allow to be used when probing devices for persistent media. If "none" is in the list, we diff --git a/manpages/de/live-snapshot.de.1 b/manpages/de/live-snapshot.de.1 index 7c0065e..57b833a 100644 --- a/manpages/de/live-snapshot.de.1 +++ b/manpages/de/live-snapshot.de.1 @@ -29,13 +29,13 @@ by the live\-boot init script to resync the boot\-found snapshots devices. .IP "\-c, \-\-cow \fIDIRECTORY\fP" 4 specifies the input directory to be cloned in the image file. Its default value "/live/cow" should be right for most uses. However it could be handy -to specify "/home" and type ext2 for the type to prepare an image file +to specify "/home" and type ext4 for the type to prepare an image file suited to be directly mounted by live\-boot as home. .IP "\-d, \-\-device \fIDEVICE\fP" 4 sets the device where the media which the snapshot/persistence file/partition will be put. If it is not specified, a tmpfs will be used and linked to the user's desktop to move it where it is needed. If the device -has no filesystem, an ext2 fs will be automatically created and labelled +has no filesystem, an ext4 fs will be automatically created and labelled according to the values specified after the "\-\-output" value or with a sane default. .IP "\-e, \-\-exclude\-list \fIFILE\fP" 4 |
