aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwift Geek <swiftgeek@gmail.com>2019-08-12 21:16:54 +0000
committerGogs <gogitservice@gmail.com>2019-08-12 21:16:54 +0000
commit97323c823efa5b01e38ac7501773486ff5ce5e32 (patch)
tree278eaeedf594a63983aed1b3e12855a49cae18cf
parent9bf1fe62a1d474a6f807ddf6a8aa0ae33c8237ac (diff)
parent3ec207a212328e5e84d7762f0185f3b86033e104 (diff)
downloadlibrebootfr-97323c823efa5b01e38ac7501773486ff5ce5e32.tar.gz
librebootfr-97323c823efa5b01e38ac7501773486ff5ce5e32.zip
Merge branch 'master' of raghavgururajan/libreboot into master
-rw-r--r--docs/gnulinux/guix_system.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/gnulinux/guix_system.md b/docs/gnulinux/guix_system.md
index f754dcdc..2fad5d99 100644
--- a/docs/gnulinux/guix_system.md
+++ b/docs/gnulinux/guix_system.md
@@ -179,7 +179,7 @@ desired partition name.
Make filesystem on the respective partition, where “fsname” is any
desired filesystem name.
-`mkfs.ext4 -L fsname /dev/mapper/partname`
+`mkfs.btrfs -L fsname /dev/mapper/partname`
Mount the respective filesystem under the current system.
@@ -254,7 +254,7 @@ Snippet:
(device
(file-system-label "fsname"))
(mount-point "/")
- (type "ext4")
+ (type "btrfs")
(dependencies mapped-devices)))
%base-file-systems))
(users
@@ -269,8 +269,7 @@ Snippet:
(packages
(append
(list
- nss-certs
- gvfs)
+ nss-certs)
%base-packages))
(services
(append
@@ -347,7 +346,7 @@ regular boot steps without requiring manual intervention. You can
start logging in as regualar user with the respective "username".
You will have to periodically (at your convenient time) login as root
-and do the latter part of post-installation section, to keep your
+and do the update/upgrade part of post-installation section, to keep your
guix distribution and guix system updated.
That is it! You have now setup guix system with full-disk encryption
@@ -373,7 +372,7 @@ libreboot’s functionalities better.
License
=======
-Copyright (C) 2019 RAGHAV "RG/RVGN" GURURAJAN (rg@rvgn.net).
+Copyright (C) 2019 RAGHAV "RG" GURURAJAN (raghavgururajan@disroot.org).
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
@@ -381,4 +380,4 @@ or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license can be found at
-"https://www.gnu.org/licenses/fdl-1.3.en.html".
+"https://www.gnu.org/licenses/fdl-1.3.en.html". \ No newline at end of file