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:
parent
9bc38cd98e
commit
5033882c7a
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue