diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 23:30:11 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 23:30:11 +0000 |
commit | e0f737f612aae131abd4c0006b8cbc74a8f4861b (patch) | |
tree | b143a77ad559e4ad3621895a9c72b69c7932367b /chapter09 | |
parent | d39f322dd7f273c9e41d85a4d7ff4a0f5dd42f92 (diff) |
Merged chapter 9 with chapters6 and 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |