diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-01-22 17:43:11 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:03 +0100 |
| commit | 38c5f31c31d1b4b2b1b70a83f97c23b32083024d (patch) | |
| tree | 3455f0c2af759b8a16ca31e1c3f453ce9b0df7b0 | |
| parent | d5b20626bc2cab7926097d39e6a8cba146dd361a (diff) | |
| download | live-boot-38c5f31c31d1b4b2b1b70a83f97c23b32083024d.tar.gz live-boot-38c5f31c31d1b4b2b1b70a83f97c23b32083024d.zip | |
Adding persistent-path to parameter list and manpage.
| -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 |
