diff options
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/theend.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 498a2b176..482216a9b 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -1,4 +1,4 @@ -<sect1 id="ch10-theend"> +<sect1 id="ch09-theend"> <title>The End</title> <para> @@ -56,6 +56,23 @@ running: </literallayout></blockquote> <para> +One final thing you may want to do is run lilo now that you are booted +into LFS. This way you will put the LFS version of LILO in the MBR +rather than the one that's there right now from your host system. +Depending on how old your host distribution is, the LFS version may have +more advanced features you need/could use. +</para> + +<para> +Either way, run the following to make the lilo version installed on LFS +active: +</para> + +<blockquote><literallayout> + <userinput>/sbin/lilo</userinput> +</literallayout></blockquote> + +<para> If you are wondering: "Well, where to go now?" you'll be glad to hear that someone has written an <ulink url="http://archive.linuxfromscratch.org/lfs-hints/Afterlfs.txt">LFS-Hint</ulink> |