add escape hatch to not run plymouth-update-initrd.sh

This commit is contained in:
Ray Strode 2007-06-08 14:00:34 -04:00
parent 2cd4149ac8
commit f81c62197c

View file

@ -1,5 +1,9 @@
#!/bin/bash
if [ "x$PLYMOUTH_DISABLE_INITRD" = "x1" ]; then
exit 0
fi
set -e
[ -z "$LIB" ] && LIB="lib"