aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Robbins <andrew@libreboot.org>2019-02-22 18:36:16 +0000
committerGogs <gogitservice@gmail.com>2019-02-22 18:36:16 +0000
commita05a58186218cf977a82d546d3876ca878cd2030 (patch)
treeb444dd888df4eadb868c5292fe7e0389658e8fb3 /docs
parent912f542cc666f803e4191db9468a21d6d25e2673 (diff)
parent81e036a8cca352d6394827dded54912623f9f1a6 (diff)
downloadlibrebootfr-a05a58186218cf977a82d546d3876ca878cd2030.tar.gz
librebootfr-a05a58186218cf977a82d546d3876ca878cd2030.zip
Merge branch 'parafix' of swiftgeek/libreboot into master
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.