mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
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
This commit is contained in:
parent
2b81132af8
commit
25c548f131
@ -8,6 +8,7 @@
|
|||||||
&c9-network;
|
&c9-network;
|
||||||
&c9-hosts;
|
&c9-hosts;
|
||||||
&c9-ethnet;
|
&c9-ethnet;
|
||||||
|
&c9-finalreboot;
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
30
chapter07/finalreboot.xml
Normal file
30
chapter07/finalreboot.xml
Normal file
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user