diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-11-20 19:45:02 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-11-20 19:45:02 +0100 |
commit | d8166e5c1ad871b667aa4d2118d89ae1a09e3582 (patch) | |
tree | 9712ba6fb77b6b270c0ab737260d0a0627e07af7 /config/chroot_local-hooks | |
parent | 140e47372b669942e86d27a4293d9a767a297816 (diff) | |
download | kanotix-d8166e5c1ad871b667aa4d2118d89ae1a09e3582.zip kanotix-d8166e5c1ad871b667aa4d2118d89ae1a09e3582.tar.gz |
plymouth default theme hook
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/plymouth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/plymouth b/config/chroot_local-hooks/plymouth new file mode 100755 index 0000000..13fbedb --- /dev/null +++ b/config/chroot_local-hooks/plymouth @@ -0,0 +1,3 @@ +#!/bin/sh +plymouth-set-default-theme -R solar + |