diff options
author | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-06-24 07:51:59 +0200 |
---|---|---|
committer | Sebastian 'Swift Geek' Grzywna <swiftgeek@gmail.com> | 2018-06-24 07:51:59 +0200 |
commit | 57965e5ea62232fe0f0e7123ddf0d2b563718c48 (patch) | |
tree | ab110b46c69fb992d8c1df5895922266b22a8b04 | |
parent | a117c5c29b4c8adc59ec9183d2f5373d41db952a (diff) | |
download | librebootfr-57965e5ea62232fe0f0e7123ddf0d2b563718c48.tar.gz librebootfr-57965e5ea62232fe0f0e7123ddf0d2b563718c48.zip |
Missing -o in grub-mkconfig
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index 74c74fce..d65d076e 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -422,7 +422,7 @@ Edit configuration in `/etc/default/grub`, remembering to use UUID when poitning Use `blkid` to get list of devices with their respective UUIDs. Next generate grub.cfg with - # grub-mkconfig /boot/grub/grub.cfg + # grub-mkconfig -o /boot/grub/grub.cfg If you have separate `/boot` partition, don't forget to add `boot` symlink inside that points to current directory |