Skip to content

Commit 9f37ee5

Browse files
committed
add loadkeys binary required by systemd-vconsole-setup
1 parent 30adb63 commit 9f37ee5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dracut/04loadkeys-vconsole-setup/module-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ check() {
77
}
88

99
depends() {
10-
echo systemd
10+
return 0
1111
}
1212

1313
install() {
14-
inst_multiple loadkeys
14+
inst_multiple loadkeys || return 1
1515
}

0 commit comments

Comments
 (0)