diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2022-02-19 06:06:03 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2022-02-19 06:06:03 +0100 |
commit | af4c0821ff7fd23decf340b3acf7715713bf4e72 (patch) | |
tree | c9506fcc6985db75f263869180a9be3ec21ea981 | |
parent | b3f03bf4704b02146cca4cf1bd7af85011d5273a (diff) | |
download | alpine-conf-af4c0821ff7fd23decf340b3acf7715713bf4e72.zip |
setup-disk: enable keymap mkinitfs feature if crypt is used
Fixes #10505
-rw-r--r-- | setup-disk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in index 58ea7c8..b7e04cd 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -581,7 +581,7 @@ install_mounted_root() { if crypt_required <"$mnt"/etc/fstab; then use_crypt=1 - initfs_features="$initfs_features cryptsetup" + initfs_features="$initfs_features cryptsetup keymap" fi # generate mkinitfs.conf |