From 0769b677606210d6294358a0824a8908b55adba2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 26 Feb 2026 14:32:57 +0100 Subject: kbuild: fix typo on missing dracut MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/kbuild/vf2/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kbuild/vf2/install.sh b/.config/kbuild/vf2/install.sh index 355e5dd..4a6a0d1 100644 --- a/.config/kbuild/vf2/install.sh +++ b/.config/kbuild/vf2/install.sh @@ -25,7 +25,7 @@ if [ "$EUID" -ne 0 ];then fi if [ ! -f /usr/bin/dracut ]; then - echo "kbuild (error): you need either 'dracut'." + echo "kbuild (error): you need 'dracut'." exit 1 fi -- cgit v1.2.3