From: Marcel Partap Date: Thu, 12 Sep 2019 13:50:08 +0000 (+0200) Subject: Document the fact that persistence-label now accepts a list X-Git-Tag: debian/1%20210122~10^2 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=7a233a2f6359cd646def65c978bff58a8d71c269;hp=71d0584ad5389b1b09c9bd5c68e972a9397aa6c9 Document the fact that persistence-label now accepts a list --- diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 012788f..e2eca3f 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -159,8 +159,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\-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 "\fBpersistence\-label\fR=\fILABEL1\fR,\fILABEL2\fR ... \fILABELn\fR" 4 +live-boot will use the names in this list (instead of "persistence") when searching for persistent storage. Each LABEL can be a valid filename, partition label, or GPT name. The default is "persistence". .IP "\fBnoeject\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