diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 17:23:49 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 17:23:49 (EDT) |
commit | 111a64f90b5d123ff53363c9ed683cff8b95c685 (patch) | |
tree | 2002d0319019ce61630301f16affc8aeece25947 /docs/gnulinux/grub_boot_installer.html | |
parent | 0b56a6278c4b60124c53e4480183b7614f43ef3d (diff) | |
download | libreboot-111a64f90b5d123ff53363c9ed683cff8b95c685.zip libreboot-111a64f90b5d123ff53363c9ed683cff8b95c685.tar.gz libreboot-111a64f90b5d123ff53363c9ed683cff8b95c685.tar.bz2 |
docs/gnulinux/grub_boot_installer.html: improve instructions (2)
Diffstat (limited to 'docs/gnulinux/grub_boot_installer.html')
-rw-r--r-- | docs/gnulinux/grub_boot_installer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index 0ba00bd..9605e70 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -169,6 +169,13 @@ </p> <p> + For Trisquel (and other debian-based distros), there are typically menuentries listed in + <i>/isolinux/txt.cfg</i> or <i>/isolinux/gtk.cfg</i>. For dual-architecture ISO images + (i686 and x86_64), there may be separate files/directories for each architecture. + Just keep searching through the image, until you find the correct ISOLINUX configuration file. + </p> + + <p> Now look at the ISOLINUX menuentry. It'll look like:<br/> <b> kernel /path/to/kernel<br/> |