diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 14:15:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 14:15:20 +0000 |
commit | 2e3111a486a71289a03108f1dfcb32fbf5b80e8c (patch) | |
tree | 29d8954f4f0d12e86ac6b9922550808a51c94a2b /scripts | |
parent | 9dc453b0d9fb40095e7e620e47c1b39dd3abc435 (diff) | |
download | bootsplash-2e3111a486a71289a03108f1dfcb32fbf5b80e8c.tar bootsplash-2e3111a486a71289a03108f1dfcb32fbf5b80e8c.tar.gz bootsplash-2e3111a486a71289a03108f1dfcb32fbf5b80e8c.tar.bz2 bootsplash-2e3111a486a71289a03108f1dfcb32fbf5b80e8c.tar.xz bootsplash-2e3111a486a71289a03108f1dfcb32fbf5b80e8c.zip |
make-boot-splash: don't run switch-themes DURING_INSTALL
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-boot-splash | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index 9a4b4c2..ea22423 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -53,4 +53,6 @@ if [[ -x /sbin/splash ]]; then /sbin/splash -s -f $config >> $initrd_file fi -$splash_dir/scripts/switch-themes -u +if [ -z "$DURING_INSTALL" ]; then + $splash_dir/scripts/switch-themes -u +fi |