diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/kernel/cmdline | 2 | ||||
| -rw-r--r-- | etc/mkinitcpio.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/kernel/cmdline b/etc/kernel/cmdline index d396f1e..341f153 100644 --- a/etc/kernel/cmdline +++ b/etc/kernel/cmdline @@ -1 +1 @@ -cryptdevice=UUID=81520bbc-1e7a-45e6-9465-cfc2e8b18945:root root=/dev/mapper/root rw quiet +rd.luks.name=81520bbc-1e7a-45e6-9465-cfc2e8b18945=root root=/dev/mapper/root rw quiet diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index b994d89..1ff386b 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -52,7 +52,7 @@ FILES=() # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr and fsck hooks. -HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block encrypt filesystems fsck) +HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole block sd-encrypt filesystems fsck) # COMPRESSION # Use this to compress the initramfs image. By default, zstd compression |
