From 25c548f131eba55f3f2383f9188a314d6a88dced Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 15 Apr 2001 13:36:30 +0000 Subject: [PATCH] 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 --- chapter07/chapter9.xml | 1 + chapter07/finalreboot.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 chapter07/finalreboot.xml 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; 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 @@ + +Final reboot + + +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. + + + +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: + + +
+ /sbin/lilo +
+ + +Now, let's reboot: + + +
+ /sbin/reboot +
+ +
+