From f81c62197c11e53aa478c75ab97f8b90e9d008cc Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 8 Jun 2007 14:00:34 -0400 Subject: add escape hatch to not run plymouth-update-initrd.sh --- scripts/plymouth-update-initrd.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/plymouth-update-initrd.sh b/scripts/plymouth-update-initrd.sh index b9de639..dc899b4 100755 --- a/scripts/plymouth-update-initrd.sh +++ b/scripts/plymouth-update-initrd.sh @@ -1,5 +1,9 @@ #!/bin/bash +if [ "x$PLYMOUTH_DISABLE_INITRD" = "x1" ]; then + exit 0 +fi + set -e [ -z "$LIB" ] && LIB="lib" -- cgit