mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
114 lines
5.2 KiB
XML
114 lines
5.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="ch-finish-reboot">
|
|
<?dbhtml filename="reboot.html"?>
|
|
|
|
<title>Rebooting the System</title>
|
|
|
|
<para>Now that all of the software has been installed, it is time to reboot
|
|
your computer. However, you should be aware of a few things. The system you
|
|
have created in this book is quite minimal, and most likely will not have
|
|
the functionality you would need to be able to continue forward. By installing
|
|
a few extra packages from the BLFS book while still in our current chroot
|
|
environment, you can leave yourself in a much better position to continue on
|
|
once you reboot into your new LFS installation. Here are some suggestions:</para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>A text mode browser such as <ulink revision="sysv"
|
|
url='&blfs-book;basicnet/lynx.html'>Lynx</ulink><ulink revision="systemd"
|
|
url='&blfs-systemd-book;basicnet/lynx.html'>Lynx</ulink>
|
|
will allow you to easily view the BLFS book in one virtual terminal, while
|
|
building packages in another.</para></listitem>
|
|
|
|
<listitem><para>The <ulink revision="sysv"
|
|
url='&blfs-book;postlfs/make-ca.html'>make-ca</ulink><ulink revision="systemd"
|
|
url='&blfs-systemd-book;postlfs/make-ca.html'>make-ca</ulink> package
|
|
will allow you to set up local trusted anchor certificates, allowing
|
|
the system to verify SSL certificates provided by remote servers (for
|
|
example, a website using HTTPS).</para></listitem>
|
|
|
|
<listitem><para>The <ulink revision="sysv"
|
|
url='&blfs-book;general/gpm.html'>GPM</ulink><ulink revision="systemd"
|
|
url='&blfs-systemd-book;general/gpm.html'>GPM</ulink> package will allow
|
|
you to perform copy/paste actions in your virtual
|
|
terminals.</para></listitem>
|
|
|
|
<listitem revision="sysv"><para>
|
|
If you are in a situation where static IP configuration
|
|
does not meet your networking requirements, installing a package
|
|
such as <ulink url='&blfs-book;basicnet/dhcpcd.html'>dhcpcd</ulink>
|
|
or the client portion of <ulink
|
|
url='&blfs-book;basicnet/dhcp.html'>dhcp</ulink> may be
|
|
useful.</para></listitem>
|
|
|
|
<listitem><para>Installing <ulink revision="sysv"
|
|
url='&blfs-book;postlfs/sudo.html'>sudo</ulink><ulink revision="systemd"
|
|
url='&blfs-systemd-book;postlfs/sudo.html'>sudo</ulink> may be useful for
|
|
building packages as a non-root user and easily installing the resulting
|
|
packages in your new system.</para></listitem>
|
|
|
|
<listitem><para>If you want to access your new system from a remote system
|
|
within a comfortable GUI environment, install <ulink revision="sysv"
|
|
url='&blfs-book;postlfs/openssh.html'>openssh</ulink><ulink revision="systemd"
|
|
url='&blfs-systemd-book;postlfs/openssh.html'>openssh</ulink>.
|
|
</para></listitem>
|
|
|
|
<listitem><para>To make fetching files over the internet easier, install
|
|
<ulink
|
|
revision="sysv" url='&blfs-book;basicnet/wget.html'>wget</ulink><ulink
|
|
revision="systemd" url='&blfs-systemd-book;basicnet/wget.html'>wget</ulink>.
|
|
</para></listitem>
|
|
|
|
<listitem><para>To connect to a wireless access point for networking,
|
|
install <ulink revision="sysv"
|
|
url='&blfs-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink><ulink
|
|
revision="systemd"
|
|
url='&blfs-systemd-book;basicnet/wpa_supplicant.html'>wpa_supplicant</ulink>.
|
|
</para></listitem>
|
|
|
|
<listitem><para>Finally, a review of the following configuration files
|
|
is also appropriate at this point.</para>
|
|
|
|
<itemizedlist>
|
|
<listitem><para>/etc/bashrc </para></listitem>
|
|
<listitem><para>/etc/dircolors </para></listitem>
|
|
<listitem><para>/etc/fstab </para></listitem>
|
|
<listitem><para>/etc/hosts </para></listitem>
|
|
<listitem><para>/etc/inputrc </para></listitem>
|
|
<listitem><para>/etc/profile </para></listitem>
|
|
<listitem><para>/etc/resolv.conf </para></listitem>
|
|
<listitem><para>/etc/vimrc </para></listitem>
|
|
<listitem><para>/root/.bash_profile </para></listitem>
|
|
<listitem><para>/root/.bashrc </para></listitem>
|
|
<listitem revision="sysv"><para>/etc/sysconfig/ifconfig.eth0 </para></listitem>
|
|
</itemizedlist>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para>Now that we have said that, let's move on to booting our shiny new LFS
|
|
installation for the first time! First exit from the chroot environment:</para>
|
|
|
|
<screen><userinput>logout</userinput></screen>
|
|
|
|
<para>Unmount the LFS file system hierarchy:</para>
|
|
|
|
<screen><userinput>umount -Rv $LFS</userinput></screen>
|
|
|
|
<para>Now, reboot the system with:</para>
|
|
|
|
<screen role="nodump"><userinput>shutdown -r now</userinput></screen>
|
|
|
|
<para>Assuming the GRUB boot loader was set up as outlined earlier, the menu
|
|
is set to boot <emphasis>LFS &version;</emphasis> automatically.</para>
|
|
|
|
<para>When the reboot is complete, the LFS system is ready for use and
|
|
more software may be added to suit your needs.</para>
|
|
|
|
</sect1>
|