Skip to content

Commit a92ce96

Browse files
committed
add loadkeys binary required by systemd-vconsole-setup
1 parent 37ccbca commit a92ce96

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
3+
# ex: ts=8 sw=4 sts=4 et filetype=sh
4+
5+
depends() {
6+
echo systemd
7+
}
8+
9+
install() {
10+
inst_multiple loadkeys
11+
}

update-bootengine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ DRACUT_ARGS=(
3333
--omit multipath
3434
--omit network
3535
--add iscsi
36-
--add i18n
36+
--omit i18n
3737
--add-drivers "loop brd drbd nbd rbd mmc_block xen-blkfront zram libarc4 lru_cache zsmalloc"
3838
)
3939

0 commit comments

Comments
 (0)