diff options
| -rwxr-xr-x | config/hooks/plymouth-theme.chroot | 7 | ||||
| -rw-r--r-- | config/package-lists/desktop.list.chroot | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/config/hooks/plymouth-theme.chroot b/config/hooks/plymouth-theme.chroot new file mode 100755 index 0000000..9da2878 --- /dev/null +++ b/config/hooks/plymouth-theme.chroot @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +if [ -e /usr/sbin/plymouth-set-default-theme ] && [ -e /usr/share/plymouth/themes/lines ];then + plymouth-set-default-theme lines +fi diff --git a/config/package-lists/desktop.list.chroot b/config/package-lists/desktop.list.chroot index 33b16bc..ff4e897 100644 --- a/config/package-lists/desktop.list.chroot +++ b/config/package-lists/desktop.list.chroot @@ -18,6 +18,8 @@ lightdm lightdm-gtk-greeter network-manager-gnome pavucontrol +plymouth +plymouth-themes synaptic xdg-user-dirs xdg-user-dirs-gtk |
