Ignore:
Timestamp:
07/01/2005 11:16:14 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
808f5af
Parents:
90b56f5
Message:

Brought all occurences of LFS-Bootscripts into conformity. (merged from trunk r6288)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/devices.xml

    r90b56f5 raabd480  
    3131be created dynamically on that virtual filesystem as they are detected or
    3232accessed. This is generally done during the boot process. Since this new system
    33 has not been booted, it is necessary to do what the bootscripts would otherwise
    34 do by mounting <filename class="directory">/dev</filename>:</para>
     33has not been booted, it is necessary to do what the LFS-Bootscripts package would
     34otherwise do by mounting <filename class="directory">/dev</filename>:</para>
    3535
    3636<screen><userinput>mount -n -t tmpfs none /dev</userinput></screen>
     
    5252
    5353<para>There are some symlinks and directories required by LFS that are created
    54 during system startup by the bootscripts. Since this is a chroot environment and
    55 not a booted environment, those symlinks and directories need to be created
    56 here:</para>
     54during system startup by the LFS-Bootscripts package. Since this is a chroot
     55environment and not a booted environment, those symlinks and directories need to
     56be created here:</para>
    5757
    5858<screen><userinput>ln -s /proc/self/fd /dev/fd
Note: See TracChangeset for help on using the changeset viewer.