diff options
author | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2019-05-09 20:37:24 +0200 |
---|---|---|
committer | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2019-05-09 20:41:02 +0200 |
commit | 2166bc4dd6fc59d62238ae62777fd874fb68001e (patch) | |
tree | ee8dbc873ed247b5822a258a249181dd2277f699 /docs | |
parent | 6d5f66cb2abb0dbed16782693e77363af4942065 (diff) | |
download | librebootfr-2166bc4dd6fc59d62238ae62777fd874fb68001e.tar.gz librebootfr-2166bc4dd6fc59d62238ae62777fd874fb68001e.zip |
encrypted_parabola.md: link /etc/default/grub explanation
Diffstat (limited to 'docs')
-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 |