diff --git a/config/liveimage/gen_boot.sh b/config/liveimage/gen_boot.sh index d144aa1..8666749 100644 --- a/config/liveimage/gen_boot.sh +++ b/config/liveimage/gen_boot.sh @@ -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 </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" diff --git a/profiles/liveimage-desktop/config.sh b/profiles/liveimage-desktop/config.sh index fe0b646..d325626 100644 --- a/profiles/liveimage-desktop/config.sh +++ b/profiles/liveimage-desktop/config.sh @@ -5,6 +5,7 @@ enable_service greetd adduser ewe video adduser ewe input +adduser ewe audio adduser greeter video adduser greeter input