diff options
-rw-r--r-- | docs/gnulinux/encrypted_debian.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gnulinux/encrypted_debian.md b/docs/gnulinux/encrypted_debian.md index 71129950..2b95b2a9 100644 --- a/docs/gnulinux/encrypted_debian.md +++ b/docs/gnulinux/encrypted_debian.md @@ -170,7 +170,7 @@ payload, press C to get to the command line, and enter: grub> cryptomount -a grub> set root='lvm/matrix-rootvol' - grub> linux /vmlinuz root=/dev/mapper/matrix-rootvolcryptdevice=/dev/mapper/matrix-rootvol:root + grub> linux /vmlinuz root=/dev/mapper/matrix-rootvol cryptdevice=/dev/mapper/matrix-rootvol:root grub> initrd /initrd.img grub> boot @@ -201,7 +201,7 @@ Operating System' to say this inside: cryptomount -a set root='lvm/matrix-rootvol' - linux /vmlinuz root=/dev/mapper/matrix-rootvolcryptdevice=/dev/mapper/matrix-rootvol:root + linux /vmlinuz root=/dev/mapper/matrix-rootvol cryptdevice=/dev/mapper/matrix-rootvol:root initrd /initrd.img Without specifying a device, the *-a* parameter tries to unlock all |