diff options
| -rw-r--r-- | docs/parameters.txt | 1 | ||||
| -rw-r--r-- | manpages/live-initramfs.en.7.txt | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/parameters.txt b/docs/parameters.txt index fd05339..921e0c4 100644 --- a/docs/parameters.txt +++ b/docs/parameters.txt @@ -39,6 +39,7 @@ live swapon live nouser live noxautoconfig live persistent[=nofiles] +live persistent-path=PATH live {preseed/file|file}=FILE live package/question=VALUE live quickreboot diff --git a/manpages/live-initramfs.en.7.txt b/manpages/live-initramfs.en.7.txt index de8a67c..687a939 100644 --- a/manpages/live-initramfs.en.7.txt +++ b/manpages/live-initramfs.en.7.txt @@ -208,6 +208,12 @@ 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. + persistent-path=PATH + +live-initramfs 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. + {preseed/file|file}=**FILE**:: A path to a file present on the rootfs could be used to preseed debconf |
