diff --git a/modules.d/50plymouth-pre0.7/plymouth-start.sh b/modules.d/50plymouth-pre0.7/plymouth-start.sh index 310042d..627ce5a 100755 --- a/modules.d/50plymouth-pre0.7/plymouth-start.sh +++ b/modules.d/50plymouth-pre0.7/plymouth-start.sh @@ -1,5 +1,9 @@ #!/bin/sh +getarg ramfsdebug && exit 0 +getarg udevinfo && exit 0 +getarg udevdebug && exit 0 + [ -c /dev/null ] || mknod /dev/null c 1 3 mknod /dev/zero c 1 5 mknod /dev/systty c 4 0 diff --git a/modules.d/50plymouth/plymouth-start.sh b/modules.d/50plymouth/plymouth-start.sh index 310042d..627ce5a 100755 --- a/modules.d/50plymouth/plymouth-start.sh +++ b/modules.d/50plymouth/plymouth-start.sh @@ -1,5 +1,9 @@ #!/bin/sh +getarg ramfsdebug && exit 0 +getarg udevinfo && exit 0 +getarg udevdebug && exit 0 + [ -c /dev/null ] || mknod /dev/null c 1 3 mknod /dev/zero c 1 5 mknod /dev/systty c 4 0