aboutsummaryrefslogtreecommitdiff
path: root/misc/splash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/splash.sh')
-rwxr-xr-xmisc/splash.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/splash.sh b/misc/splash.sh
deleted file mode 100755
index 415f36e..0000000
--- a/misc/splash.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [ -z $2 ]; then echo "usage: $0 <kernel-version> <splash-theme>"; exit 1; fi
-
-cd /boot
-mkinitrd -c $1
-splash -s -f /etc/bootsplash/themes/$2/config/bootsplash-1024x768.cfg >> /boot/initrd.gz