diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-30 05:28:11 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-30 05:28:11 +0100 |
commit | 7097bcc8d4ee3ba5de09bbcef4f68a232bd9eefb (patch) | |
tree | 3caf98957dc16eb89d1c7d96187fcd303f802163 /docs/gnulinux | |
parent | c2dcb1da01a8fa7937ec36cb1e5c4a9bcd1bf2fe (diff) | |
download | librebootfr-7097bcc8d4ee3ba5de09bbcef4f68a232bd9eefb.tar.gz librebootfr-7097bcc8d4ee3ba5de09bbcef4f68a232bd9eefb.zip |
docs/gnulinux/grub_config.html: Notes about symlinks
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/grub_config.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/gnulinux/grub_config.html b/docs/gnulinux/grub_config.html index e049f2c9..f3b7dfd5 100644 --- a/docs/gnulinux/grub_config.html +++ b/docs/gnulinux/grub_config.html @@ -42,6 +42,20 @@ These are some common examples of ways in which the grubtest.cfg file can be modified. </p> + <div class="subsection"> + + <h2>Trisquel with full disk encryption, custom partition layout</h2> + <p> + GRUB can boot from a symlink (or symlinks) pointing to your kernel/initramfs, whether from an unencrypted or encrypted /boot/. You + can create your own custom symlink(s) but you have to manually update them when updating your kernel. This guide (not maintained by + the libreboot project) shows how to configure Trisquel to automatically update that symlink on every kernel update. + <a href="http://www.rel4tion.org/people/fr33domlover/libreboot-fix/">http://www.rel4tion.org/people/fr33domlover/libreboot-fix/</a> + </p> + <p> + TODO: adapt those notes and put them here. The author said that it was CC-0, so re-licensing under GFDL shouldn't be a problem. + </p> + + </div> <div class="subsection"> <h3 id="example_modifications_trisquel">Trisquel GNU/Linux-libre</h3> |