Changeset 332ba21


Ignore:
Timestamp:
09/09/2004 05:33:52 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
868b5fc
Parents:
094b6b4
Message:

Moved the para about missing /etc/fstab from
chapter06/kernfs.xml to chapter06/devices.xml.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r094b6b4 r332ba21  
    8585</listitem>
    8686
     87<listitem><para>September 9th, 2004 [manuel]: Chapter 6 - Moved the para
     88about the missing /etc/fstab from kernfs.xml to devices.xml.</para></listitem>
     89
    8790<listitem><para>September 4th, 2004 [manuel]: Tags corrections.</para></listitem>
    8891
  • chapter06/devices.xml

    r094b6b4 r332ba21  
    5959<screen><userinput>mount -t devpts -o gid=4,mode=620 none /dev/pts
    6060mount -t tmpfs none /dev/shm</userinput></screen>
     61
     62<para>The <command>mount</command> commands executed above may result
     63in the following warning message: <computeroutput>can't open /etc/fstab: No
     64such file or directory</computeroutput>. This
     65file&mdash;<filename>/etc/fstab</filename>&mdash;has
     66not been created yet but is also not required for the file systems to
     67be properly mounted. As such, the warning can be safely ignored.</para>
    6168</sect2>
    6269
  • chapter06/kernfs.xml

    r094b6b4 r332ba21  
    3131mount -f -t devpts -o gid=4,mode=620 devpts $LFS/dev/pts</userinput></screen>
    3232
    33 <para>The <command>mount</command> commands executed above may result
    34 in the following warning message: <computeroutput>can't open /etc/fstab: No
    35 such file or directory</computeroutput>. This
    36 file&mdash;<filename>/etc/fstab</filename>&mdash;has
    37 not been created yet but is also not required for the file systems to
    38 be properly mounted. As such, the warning can be safely ignored.</para>
    39 
    4033</sect1>
    4134
  • general.ent

    r094b6b4 r332ba21  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.0-testing-20040905">
    3 <!ENTITY releasedate "September 05, 2004">
     2<!ENTITY version "6.0-testing-20040909">
     3<!ENTITY releasedate "September 09, 2004">
    44
    55<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
Note: See TracChangeset for help on using the changeset viewer.