diff options
Diffstat (limited to 'docs/gnulinux/encrypted_parabola.md')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index 21321640..9424ec3b 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -414,7 +414,9 @@ You can unlock a user's account manually, using the **root** account, with this #### Generate grub.cfg Edit configuration in `/etc/default/grub`, remembering to use UUID when poitning to mbr/gpt partition. Use `blkid` to get list of devices with their respective UUIDs. -Next generate grub.cfg with +For details see [parabola wiki.](https://wiki.parabola.nu/Dm-crypt/Encrypting_an_entire_system#Configuring_the_boot_loader_5) + +Next generate grub.cfg with: # grub-mkconfig -o /boot/grub/grub.cfg |