diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-26 14:32:57 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-26 14:32:57 +0100 |
| commit | 0769b677606210d6294358a0824a8908b55adba2 (patch) | |
| tree | 2b67b091438a724bf7dac99ddfa664b5a83fbb0e /.config/kbuild | |
| parent | bb82dfd29fb3fe25c5827ec52be6af7341954dd6 (diff) | |
| download | dotfiles-0769b677606210d6294358a0824a8908b55adba2.tar.gz dotfiles-0769b677606210d6294358a0824a8908b55adba2.zip | |
kbuild: fix typo on missing dracut
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.config/kbuild')
| -rw-r--r-- | .config/kbuild/vf2/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
