From 5033882c7ae2a30b189a2b3c3458b86fd96a479e Mon Sep 17 00:00:00 2001 From: histalek Date: Thu, 21 Apr 2022 10:35:51 +0200 Subject: [PATCH] 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. --- .dotfiles/arch_install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.dotfiles/arch_install.md b/.dotfiles/arch_install.md index 722a6a1..c0dac22 100644 --- a/.dotfiles/arch_install.md +++ b/.dotfiles/arch_install.md @@ -306,10 +306,10 @@ Use `visudo` to uncomment the following line # %sudo ALL=(ALL:ALL) ALL ``` -Create user account +Create user account with sudo and journal access ```console -# useradd -m -G sudo -s /bin/zsh histalek +# useradd -m -G sudo,systemd-journal -s /bin/zsh histalek ``` Set password for useraccount @@ -386,7 +386,7 @@ $ flatpak install flathub com.github.tchx84.Flatseal Install `plymouth` ```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.