mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-14 06:01:33 -05:00
Removed Keymap hook
Mkinitcpio keymap hook doesn't seem to be needed
This commit is contained in:
parent
0efd679862
commit
fc187c9e71
@ -187,7 +187,7 @@ EOF
|
|||||||
# Configuring /etc/mkinitcpio.conf
|
# Configuring /etc/mkinitcpio.conf
|
||||||
echo "Configuring /etc/mkinitcpio for ZSTD compression and LUKS hook."
|
echo "Configuring /etc/mkinitcpio for ZSTD compression and LUKS hook."
|
||||||
sed -i -e 's,#COMPRESSION="zstd",COMPRESSION="zstd",g' /mnt/etc/mkinitcpio.conf
|
sed -i -e 's,#COMPRESSION="zstd",COMPRESSION="zstd",g' /mnt/etc/mkinitcpio.conf
|
||||||
sed -i -e 's,modconf block filesystems keyboard,keyboard keymap modconf block encrypt filesystems,g' /mnt/etc/mkinitcpio.conf
|
sed -i -e 's,modconf block filesystems keyboard,keyboard modconf block encrypt filesystems,g' /mnt/etc/mkinitcpio.conf
|
||||||
|
|
||||||
# Enabling LUKS in GRUB and setting the UUID of the LUKS container.
|
# Enabling LUKS in GRUB and setting the UUID of the LUKS container.
|
||||||
UUID=$(blkid $cryptroot | cut -f2 -d'"')
|
UUID=$(blkid $cryptroot | cut -f2 -d'"')
|
||||||
|
Loading…
Reference in New Issue
Block a user