aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com>2019-02-22 11:34:44 +0100
committerSebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com>2019-02-22 11:34:54 +0100
commit81e036a8cca352d6394827dded54912623f9f1a6 (patch)
treedacc61a58297c0cb74debcd22341bdd566310874 /docs
parentba55fea5debe0a4c8b0fe2fa954aef72a0b7e7fe (diff)
downloadlibrebootfr-81e036a8cca352d6394827dded54912623f9f1a6.tar.gz
librebootfr-81e036a8cca352d6394827dded54912623f9f1a6.zip
encrypted_parabola: Clean up home,boot mention
Those actions are only required when using separate home/boot volumes.
Diffstat (limited to 'docs')
-rw-r--r--docs/gnulinux/encrypted_parabola.md20
1 files changed, 6 insertions, 14 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md
index 30b9261d..4abea852 100644
--- a/docs/gnulinux/encrypted_parabola.md
+++ b/docs/gnulinux/encrypted_parabola.md
@@ -245,20 +245,12 @@ for this very purpose: **/mnt**:
# mount /dev/matrix/rootvol /mnt
-#### Create the /boot and /home Directories
-Now that you have mounted **rootvol**, you need to create the two most important
-folders on it: **/boot** and **/home**; these folder contain your boot files,
-as well as each user's personal documents, videos, etc..
-
-Since you mounted **rootvol** at **/mnt**, this is where you must create them;
-you will do so using `mkdir`:
-
- # mkdir -p /mnt/home
- # mkdir -p /mnt/boot
-
-You could also create two separate partitions for **/boot** and **/home**,
-but such a setup would be for advanced users, and is thus not covered in this guide.
-For more information on how to do this, refer to the Parabola/Arch wiki on [partitions](https://wiki.parabola.nu/Beginners%27_guide#Create_new_partition_table).
+#### Separate boot and home logical volumes
+You could also create two separate logical volumes for **/boot** and **/home**,
+but such a setup would be for advanced users,
+and is thus not covered in this guide.
+If separate boot logical volume is used, it has to be named **boot**
+in order for libreboot to use it.
The setup of the drive and partitions is now complete; it's time to actually install Parabola.