aboutsummaryrefslogtreecommitdiff
path: root/misc/splash.sh
blob: 415f36e5dc2a98b53407228b748755dc93e54d49 (plain)
1
2
3
4
5
6
7
#!/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