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 +
+ +
+