This commit is contained in:
Kevin Veen-Birkenbach 2020-10-15 13:56:40 +02:00
parent 8c54e4d02e
commit 841a974123
1 changed files with 1 additions and 1 deletions

View File

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