source: clfs-embedded/BOOK/the-end/reboot.xml @ 3e9edc5

Last change on this file since 3e9edc5 was bd48e48, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated CLFS-Embedded book sources to use DocBook?-XML DTD 4.5.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
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
18  into your new CLFS installation. Installing a text mode web browser,
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
27  new CLFS installation for the first time! Reboot the system with:</para>
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
34  <para>When the reboot is complete, the CLFS system is ready for use and
35  more software may be added to suit your needs.</para>
36
37</sect1>
Note: See TracBrowser for help on using the repository browser.