diff --git a/initscript.runit b/initscript.runit index e8995f2..9f1b70c 100644 --- a/initscript.runit +++ b/initscript.runit @@ -1,3 +1,3 @@ #!/bin/sh -e msg "Checking integrity of /boot" -/usr/bin/hashboot || emergency_shell +/usr/bin/hashboot check || emergency_shell