diff options
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter06/mtablink.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5b218e1f3..bb475ae43 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -56,6 +56,12 @@ </itemizedlist> </para></listitem> +<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Create mtab +link: Made the <userinput>ln</userinput> command an <userinput>ln +-sf</userinput> so the existing <filename>/etc/mtab</filename> file, created +by the <userinput>mount</userinput> command, will be removed before +re-creating it as a symlink.</para></listitem> + <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Sh-utils: Added the sh-utils-hostname patch that supresses the build of the hostname program. This is done because the hostname program from the net-tools diff --git a/chapter06/mtablink.xml b/chapter06/mtablink.xml index e40e9bc10..bf1045872 100644 --- a/chapter06/mtablink.xml +++ b/chapter06/mtablink.xml @@ -6,7 +6,7 @@ <filename>/etc/mtab</filename> to <filename>/proc/mounts</filename>. This is done using the following command:</para> -<para><screen><userinput>ln -s /proc/mounts /etc/mtab</userinput></screen></para> +<para><screen><userinput>ln -sf /proc/mounts /etc/mtab</userinput></screen></para> <para>Creating this symlink avoids problems which can occur if <filename class="directory">/</filename> is mounted read-only and the |