aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-15 13:36:30 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-15 13:36:30 +0000
commit25c548f131eba55f3f2383f9188a314d6a88dced (patch)
tree97d262d4a0dbbf75f691711a14aa9ce3c56ad351 /chapter07
parent2b81132af812059718db183c9f98abbfd53a2fda (diff)
Added "Final reboot" section where lilo is run to put LFS lilo in MBR
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/chapter9.xml1
-rw-r--r--chapter07/finalreboot.xml30
2 files changed, 31 insertions, 0 deletions
diff --git a/chapter07/chapter9.xml b/chapter07/chapter9.xml
index 8004fcc22..6db46eea5 100644
--- a/chapter07/chapter9.xml
+++ b/chapter07/chapter9.xml
@@ -8,6 +8,7 @@
&c9-network;
&c9-hosts;
&c9-ethnet;
+&c9-finalreboot;
</chapter>
diff --git a/chapter07/finalreboot.xml b/chapter07/finalreboot.xml
new file mode 100644
index 000000000..b6715a101
--- /dev/null
+++ b/chapter07/finalreboot.xml
@@ -0,0 +1,30 @@
+<sect1 id="ch09-finalreboot">
+<title>Final reboot</title>
+
+<para>
+Reboot your system once more. You could run the network scripts by
+hand and then restart sysklogd, but rebooting is a nice way to test if
+everything works as it should. The errors from syslogd and klogd won't
+show up anymore.
+</para>
+
+<para>
+Before you reboot you want to run lilo now. This will install the LFS
+version of Lilo in the MBR instead of your host system's version.
+Update Lilo by running:
+</para>
+
+<blockquote><literallayout>
+ <userinput>/sbin/lilo</userinput>
+</literallayout></blockquote>
+
+<para>
+Now, let's reboot:
+</para>
+
+<blockquote><literallayout>
+ <userinput>/sbin/reboot</userinput>
+</literallayout></blockquote>
+
+</sect1>
+