From 1c473e7ea1ba2e23f3b5235f74a9469cddf9080e Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:55:44 +0200 Subject: [PATCH] Add missing i18n dracut module --- vli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vli.sh b/vli.sh index d872ff5..b3889c0 100755 --- a/vli.sh +++ b/vli.sh @@ -179,7 +179,7 @@ EOF echo -e -n "\nAdding needed dracut configuration files...\n" echo -e "hostonly=yes\nhostonly_cmdline=yes" >> /etc/dracut.conf.d/00-hostonly.conf - echo -e "add_dracutmodules+=\" crypt btrfs lvm resume \"" >> /etc/dracut.conf.d/20-addmodules.conf + echo -e "add_dracutmodules+=\" i18n crypt btrfs lvm resume \"" >> /etc/dracut.conf.d/20-addmodules.conf echo -e "tmpdir=/tmp" >> /etc/dracut.conf.d/30-tmpfs.conf echo -e -n "\nGenerating new dracut initramfs...\n\n"