diff --git a/initscript.runit b/initscript.runit index 4ed53b4..e8995f2 100644 --- a/initscript.runit +++ b/initscript.runit @@ -1,2 +1,3 @@ -#!/bin/sh -which hashboot > /dev/null && hashboot check +#!/bin/sh -e +msg "Checking integrity of /boot" +/usr/bin/hashboot || emergency_shell