docs: Update arch_install.md

Let created user access system journal messages by default.

Use `plymouth-git` to fix a bug preventing proper shutdown/reboot.
This commit is contained in:
histalek 2022-04-21 10:35:51 +02:00
parent 9bc38cd98e
commit 5033882c7a
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -306,10 +306,10 @@ Use `visudo` to uncomment the following line
# %sudo ALL=(ALL:ALL) ALL # %sudo ALL=(ALL:ALL) ALL
``` ```
Create user account Create user account with sudo and journal access
```console ```console
# useradd -m -G sudo -s /bin/zsh histalek # useradd -m -G sudo,systemd-journal -s /bin/zsh histalek
``` ```
Set password for useraccount Set password for useraccount
@ -386,7 +386,7 @@ $ flatpak install flathub com.github.tchx84.Flatseal
Install `plymouth` Install `plymouth`
```console ```console
$ sudo paru -Sa plymouth $ sudo paru -Sa plymouth-git
``` ```
Adapt mkinitcpio hooks. Add `plymouth plymouth-encrypt` **after** `base udev` and remove `encrypt`. Resulting in e.g. Adapt mkinitcpio hooks. Add `plymouth plymouth-encrypt` **after** `base udev` and remove `encrypt`. Resulting in e.g.