Skip to content

Commit

Permalink
fix plymouth, add default user to audio group
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Jan 23, 2024
1 parent a7efc7a commit c153f9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/liveimage/gen_boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ EOF

_bootloader_set=0

# plymouth
if [ ! -z "`pacman -Qeq | grep ^plymouth$`" ]; then
echo "Found plymouth"
# FIXME: use text mode since early KMS is not ready and unable to detect FB
cat <<EOF>/etc/plymouth/plymouthd.conf
[Daemon]
Theme=tribar
EOF
fi
# efistub
if [ ! -z "`pacman -Qeq | grep ^efistub-tools$`" ] && [ "$_bootloader_set"=="0" ]; then
echo "Found efistub-tools"
Expand Down
1 change: 1 addition & 0 deletions profiles/liveimage-desktop/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ enable_service greetd

adduser ewe video
adduser ewe input
adduser ewe audio
adduser greeter video
adduser greeter input

Expand Down

0 comments on commit c153f9c

Please sign in to comment.