mirror of
https://github.com/kevinveenbirkenbach/hetzner-arch-luks.git
synced 2024-11-24 02:31:04 +01:00
Solved mistake
This commit is contained in:
parent
a79551d867
commit
6992e4b01d
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user