mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-25 08:12:28 +03:00
Add missing i18n dracut module
This commit is contained in:
parent
fe826aa85c
commit
1c473e7ea1
2
vli.sh
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user