[02095ae] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[c439b8a] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[02095ae] | 4 | <!ENTITY % general-entities SYSTEM "../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-finish-reboot">
|
---|
| 9 | <?dbhtml filename="reboot.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Rebooting the System</title>
|
---|
| 12 |
|
---|
| 13 | <para>The system you have created in this book is quite minimal, and most
|
---|
| 14 | likely will not have the functionality you would need to be able to
|
---|
| 15 | continue forward. By installing a few extra packages from the BLFS
|
---|
| 16 | book while still in our current chroot environment, you can leave
|
---|
| 17 | yourself in a much better position to continue on once you reboot
|
---|
[755f44a] | 18 | into your new CLFS installation. Installing a text mode web browser,
|
---|
[02095ae] | 19 | such as Lynx, you can easily view the BLFS book in one virtual terminal,
|
---|
| 20 | while building packages in another. The GPM package will also allow you
|
---|
| 21 | to perform copy/paste actions in your virtual terminals. Lastly, if you
|
---|
| 22 | are in a situation where static IP configuration does not meet your
|
---|
| 23 | networking requirements, installing packages such as Dhcpcd or PPP at
|
---|
| 24 | this point might also be useful.</para>
|
---|
| 25 |
|
---|
| 26 | <para>Now that we have said that, lets move on to booting our shiny
|
---|
[3536d03] | 27 | new CLFS installation for the first time! Reboot the system with:</para>
|
---|
[02095ae] | 28 |
|
---|
| 29 | <screen><userinput>shutdown -r now</userinput></screen>
|
---|
| 30 |
|
---|
| 31 | <para>Assuming the boot loader was set up as outlined earlier,
|
---|
| 32 | <emphasis>CLFS &version;</emphasis> will boot automatically.</para>
|
---|
| 33 |
|
---|
[755f44a] | 34 | <para>When the reboot is complete, the CLFS system is ready for use and
|
---|
[02095ae] | 35 | more software may be added to suit your needs.</para>
|
---|
| 36 |
|
---|
| 37 | </sect1>
|
---|