shorten arch install
This commit is contained in:
parent
4a80bb3bf7
commit
5d49716c4b
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "basic-install"
|
title: "basic-install"
|
||||||
tags: [ "Documentation", "distros" ]
|
tags: [ "Documentation", "arch" ]
|
||||||
---
|
---
|
||||||
Keyboard layout changed.
|
Keyboard layout changed.
|
||||||
|
|
||||||
@ -109,12 +109,11 @@ Ping some sites to make sure the network's working
|
|||||||
|
|
||||||
> umount -R /mnt
|
> umount -R /mnt
|
||||||
|
|
||||||
Remove retarded beep sound:
|
Remove that awful beep sound:
|
||||||
|
|
||||||
> sudo echo "blacklist pcspkr" >> /etc/modprobe.d/nobeep.conf
|
|
||||||
|
|
||||||
> rmmod pcspkr
|
> rmmod pcspkr
|
||||||
|
|
||||||
# Fonts
|
...and make the change permanent:
|
||||||
|
|
||||||
|
> sudo echo "blacklist pcspkr" >> /etc/modprobe.d/nobeep.conf
|
||||||
|
|
||||||
sudo pacman -S ttf-hack ttf-font-awesome ttf-fira-mono
|
|
||||||
|
Loading…
Reference in New Issue
Block a user