From ac5d39ec717ef29ac321a8d8ded050007c8c12e8 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 30 Jan 2025 23:59:10 +0100 Subject: [PATCH] boot: temp disable boot interrupt Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index aba741b1..75315151 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -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