Error loading plugin include
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| qa:fine_tuning [2018/05/16 07:05] – Typos leigh | qa:fine_tuning [2018/05/20 05:33] (current) – add grub note flocculant | ||
|---|---|---|---|
| Line 71: | Line 71: | ||
| Reboot the machine again and your new installation will now be available in Grub. | Reboot the machine again and your new installation will now be available in Grub. | ||
| + | |||
| + | //Note: when installing Grub in this manner - kernel updates to your development installation will not be reflected automatically in the Grub menu until you have re-run update-grub.// | ||
| {{newgrub.png? | {{newgrub.png? | ||
| Line 97: | Line 99: | ||
| set isofile="/ | set isofile="/ | ||
| loopback loop (hd0, | loopback loop (hd0, | ||
| - | linux (loop)/ | + | linux (loop)/ |
| initrd (loop)/ | initrd (loop)/ | ||
| } | } | ||
| Line 104: | Line 106: | ||
| set isofile="/ | set isofile="/ | ||
| loopback loop (hd0, | loopback loop (hd0, | ||
| - | linux (loop)/ | + | linux (loop)/ |
| initrd (loop)/ | initrd (loop)/ | ||
| } | } | ||
