Solved mistake

This commit is contained in:
Kevin Veen-Birkenbach 2020-10-04 21:06:22 +02:00
parent a79551d867
commit 6992e4b01d

View File

@ -283,7 +283,7 @@ nano /etc/default/grub
Change the following parameters: Change the following parameters:
```bash ```bash
GRUB_CMDLINE_LINUX="cryptdevice=/dev/md1:root ip=dhcp" GRUB_CMDLINE_LINUX="cryptdevice=/dev/md1:cryptroot ip=dhcp"
GRUB_ENABLE_CRYPTODISK=y # Not secure if necessary GRUB_ENABLE_CRYPTODISK=y # Not secure if necessary
``` ```
:information_source: Further [information](https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system#Configuring_GRUB). :information_source: Further [information](https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system#Configuring_GRUB).