From 2e3111a486a71289a03108f1dfcb32fbf5b80e8c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Jan 2004 14:15:20 +0000 Subject: make-boot-splash: don't run switch-themes DURING_INSTALL --- scripts/make-boot-splash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/make-boot-splash') 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 -- cgit v1.2.1