diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-01-09 18:55:19 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-01-09 18:55:19 +0000 |
commit | 86b1ebcfe57dcb7088ca93a230561f56cca157f8 (patch) | |
tree | 337212275547104af5baa095067de9385fa29e31 /chapter09 | |
parent | 56dfe5b9fb5cabb9777f953af7807ccd6846a280 (diff) |
Update udev-lfs scripts
Update to systemd-197
Reformat 'Rebooting the System' recommendations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/reboot.xml | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 6ab7d1c52..7700b2e93 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -49,17 +49,34 @@ url='&blfs-root;/view/svn/postlfs/openssl.html'>openssl</ulink>. </para></listitem> + <listitem><para>To make fetching files over the internet easier, install + <ulink url='&blfs-root;/view/svn/basicnet/wget.html'>wget</ulink>. + </para></listitem> + <listitem><para>If one or more of your disk drives have a GUID partition table (GPT), either <ulink url='&blfs-root;/view/svn/postlfs/gptfdisk.html'>gptfdisk</ulink> or <ulink url='&blfs-root;/view/svn/postlfs/parted.html'>parted</ulink> will be useful. </para></listitem> - <listitem><para>Finally, a review of configuration files such as - /etc/vimrc, /etc/dircolors, /etc/profile, /etc/bashrc, /etc/hosts, - /etc/inputrc, /etc/resolv.conf, /root/.bash_profile, and /root/.bashrc is - also appropriate at this point. </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><para>/etc/sysconfig/network </para></listitem> + <listitem><para>/etc/sysconfig/ifconfig.eth0 </para></listitem> + </itemizedlist> + </listitem> </itemizedlist> <para>Now that we have said that, lets move on to booting our shiny new LFS |