boot: temp disable boot interrupt

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2025-01-30 23:59:10 +01:00
parent 23142cefb5
commit ac5d39ec71

View File

@@ -307,7 +307,7 @@ elif [ "${DIRECTBOOT}" = "false" ]; then
fi
# Wait for boot interrupt
_bootwait || true
# _bootwait || true
for T in $(busybox w 2>/dev/null | grep -v 'TTY' | awk '{print $2}'); do
if [ -w "/dev/${T}" ]; then