mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
add escape hatch to not run plymouth-update-initrd.sh
This commit is contained in:
parent
2cd4149ac8
commit
f81c62197c
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "x$PLYMOUTH_DISABLE_INITRD" = "x1" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
[ -z "$LIB" ] && LIB="lib"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue