diff options
Diffstat (limited to 'modules.d/50plymouth/plymouth-emergency.sh')
-rwxr-xr-x | modules.d/50plymouth/plymouth-emergency.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules.d/50plymouth/plymouth-emergency.sh b/modules.d/50plymouth/plymouth-emergency.sh new file mode 100755 index 0000000..cf220b2 --- /dev/null +++ b/modules.d/50plymouth/plymouth-emergency.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +plymouth --hide-splash 2> /dev/null || : |