diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 09:12:13 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-05-13 09:12:13 -0700 |
commit | 5e2ee3b2a94f1ac3e6a716af8d60513ab064a678 (patch) | |
tree | eae076e0a74a5e7fd2c5428b3b9a275481fa3269 /docs/gnulinux/encrypted_parabola.md | |
parent | 2845c86cb32828d39c63a45ed0b920d6bd90ac60 (diff) | |
download | librebootfr-5e2ee3b2a94f1ac3e6a716af8d60513ab064a678.tar.gz librebootfr-5e2ee3b2a94f1ac3e6a716af8d60513ab064a678.zip |
Fix underscores in code
Diffstat (limited to 'docs/gnulinux/encrypted_parabola.md')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index 62884ecd..deb0ba4e 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -336,7 +336,7 @@ I also like to install other packages (base-devel, compilers and so on) and wpa\_supplicant/dialog/iw/wpa\_actiond are needed for wireless after the install: - # pacstrap /mnt base base-devel wpa\_supplicant dialog iw + # pacstrap /mnt base base-devel wpa_supplicant dialog iw wpa\_actiond @@ -386,8 +386,8 @@ Uncomment your needed localisations. For example en\_GB.UTF-8 (UTF-8 is highly recommended over other options). # locale-gen - # echo LANG=en\_GB.UTF-8 > /etc/locale.conf - # export LANG=en\_GB.UTF-8 + # echo LANG=en_GB.UTF-8 > /etc/locale.conf + # export LANG=en_GB.UTF-8 Console font and keymap: @@ -501,7 +501,7 @@ file=/var/log/faillog*\ To unlock a user manually (if a password attempt is failed 3 times), do: - # pam\_tally --user *theusername* --reset What the above + # pam_tally --user *theusername* --reset What the above configuration does is lock the user out for 10 minutes, if they make 3 failed login attempts. |