Add efivars mount ro, add vimrc
This commit is contained in:
@@ -83,7 +83,7 @@ All packages that are manually installed via pacman -S, dependencies not include
|
||||
python2-setuptools
|
||||
python2-click-5.1 (AUR)
|
||||
platformio (AUR)
|
||||
vim
|
||||
gvim
|
||||
checkbashisms (AUR)
|
||||
xss-lock-git (AUR)
|
||||
inkscape
|
||||
@@ -176,3 +176,9 @@ Set Firefox as default browser:
|
||||
```sh
|
||||
$ xdg-settings set default-web-browser firefox.desktop
|
||||
```
|
||||
Prevent bricking motherboard by mounting efivars read-only:<br>
|
||||
https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface#Mount_efivarfs
|
||||
```sh
|
||||
$ nano /etc/fstab
|
||||
(add)efivarfs /sys/firmware/efi/efivars efivarfs ro,nosuid,nodev,noexec,noatime 0 0
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user