diff options
author | Daniel Baumann <daniel@debian.org> | 2013-02-12 08:28:13 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 13:54:15 +0200 |
commit | bd0059f36bacbf75006a9d700e32b3bd1b69d192 (patch) | |
tree | 206b370c724320385af65b4c4e74472431fa4c1e /manpages/en | |
parent | ce12b482343b4fc90268bba70aa37869a525c99b (diff) | |
download | live-boot-bd0059f36bacbf75006a9d700e32b3bd1b69d192.tar.gz live-boot-bd0059f36bacbf75006a9d700e32b3bd1b69d192.zip |
Updating manpage for persistence-label, thanks to Mike Gach <gach.mqt@gmail.com> (Closes: #697873).
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/live-boot.7 | 6 | ||||
-rw-r--r-- | manpages/en/persistence.conf.5 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 4f67c52..cc12e46 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2013\-01\-08 4.0~a4-1 "Debian Live Project" +.TH LIVE\-BOOT 7 2013\-02\-12 4.0~a4-1 "Debian Live Project" .SH NAME \fBlive\-boot\fR \- System Boot Scripts @@ -120,8 +120,8 @@ live\-boot will look for persistency files in the root directory of a partition, Filesystem changes are not saved back to persistence media. In particular, overlays and netboot NFS mounts are mounted read-only. .IP "\fBpersistence\-storage\fR=\fITYPE1\fR,\fITYPE2\fR ... \fITYPEn\fR" 4 This option determines which types of persistence storage to consider when probing for persistence media. If "filesystem" is in the list, filesystems with matching labels will be used; if "file" is in the list, all filesystems will be probed for archives and image files with matching filenames. The default is "file,filesystem". -.IP "\fBpersistence\-subtext\fR=\fISUFFIX\fR" 4 -Add a suffix when searching for the image filenames or partition labels to use for the above mentioned persistence feature, the SUFFIX will be added after a dash (e.g.: "live-sn" would transform to "live-sn-SUFFIX"). This is handy to test multiple live-boot based live-systems with different persistence storage choices. +.IP "\fBpersistence\-label\fR=\fILABEL\fR" 4 +live-boot will use the name "LABEL" instead of "persistence" when searching for persistent storage. LABEL can be any valid filename, partition label, or GPT name. .IP "\fBquickreboot\fR" 4 This option causes live\-boot to reboot without attempting to eject the media and without asking the user to remove the boot media. .IP "\fBshowmounts\fR" 4 diff --git a/manpages/en/persistence.conf.5 b/manpages/en/persistence.conf.5 index 1ae96be..b401895 100644 --- a/manpages/en/persistence.conf.5 +++ b/manpages/en/persistence.conf.5 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT conf 2013\-01\-08 4.0~a4-1 "Debian Live Project" +.TH LIVE\-BOOT conf 2013\-02\-12 4.0~a4-1 "Debian Live Project" .SH NAME \fBpersistence.conf\fR \- Configuration file for persistence media in |