diff options
author | Leah Rowe <info@minifree.org> | 2016-09-28 23:16:36 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-09-28 23:16:36 +0100 |
commit | c7e08754d99fd66300aff87e40be28623cfb8677 (patch) | |
tree | afd2a3ca4cf5ab6f26f6b404bc8103bd0a207676 | |
parent | 2963c638175e40d47ad78774cd8444e7c6c78e96 (diff) | |
download | librebootfr-c7e08754d99fd66300aff87e40be28623cfb8677.tar.gz librebootfr-c7e08754d99fd66300aff87e40be28623cfb8677.zip |
docs/gnulinux/encrypted_debian: don't tell the user to choose their own LV name
-rw-r--r-- | docs/gnulinux/encrypted_debian.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/gnulinux/encrypted_debian.html b/docs/gnulinux/encrypted_debian.html index e3a07bfe..64f4668d 100644 --- a/docs/gnulinux/encrypted_debian.html +++ b/docs/gnulinux/encrypted_debian.html @@ -124,23 +124,23 @@ <li> Create volume group: <ul> - <li>Name: <b>matrix</b> (you can use whatever you want here, this is just an example)</li> + <li>Name: <b>matrix</b> (use this exact name)</li> <li>Select crypto partition</li> </ul> </li> <li> Create logical volume <ul> - <li>select <b>matrix</b> (or whatever you named it before)</li> - <li>name: <b>root</b> (you can use whatever you want here, this is just an example)</li> + <li>select <b>matrix</b> (use this exact name)</li> + <li>name: <b>root</b> (use this exact name)</li> <li>size: default, minus 2048 MB</li> </ul> </li> <li> Create logical volume <ul> - <li>select <b>matrix</b> (or whatever you named it before)</li> - <li>name: <b>swap</b> (you can use whatever you want here, this is just an example)</li> + <li>select <b>matrix</b> (use this exact name)</li> + <li>name: <b>swap</b> (user this exact name)</li> <li>size: press enter</li> </ul> </li> |