Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter07/kernfs.xml

    rd4fdde6 r37e35d2  
    66]>
    77
    8 <sect1 id="ch-system-kernfs">
     8<sect1 id="ch-tools-kernfs">
    99  <?dbhtml filename="kernfs.html"?>
    1010
    1111  <title>Preparing Virtual Kernel File Systems</title>
    1212
    13   <indexterm zone="ch-system-kernfs">
     13  <indexterm zone="ch-tools-kernfs">
    1414    <primary sortas="e-/dev/">/dev/*</primary>
    1515  </indexterm>
     
    3131    device nodes, in particular the <filename
    3232    class="devicefile">console</filename> and <filename
    33     class="devicefile">null</filename> devices. The device nodes must be created
    34     on the hard disk so that they are available before <command>udevd</command>
    35     has been started, and additionally when Linux is started with
     33    class="devicefile">null</filename> devices. The device nodes must be
     34    created on the hard disk so that they are available before the kernel
     35    populates <systemitem class="filesystem">/dev</systemitem>), and
     36    additionally when Linux is started with
    3637    <parameter>init=/bin/bash</parameter>. Create the devices by running the
    3738    following commands:</para>
     
    4243  </sect2>
    4344
    44   <sect2 id="ch-system-bindmount">
     45  <sect2 id="ch-tools-bindmount">
    4546    <title>Mounting and Populating /dev</title>
    4647
     
    6465  </sect2>
    6566
    66   <sect2 id="ch-system-kernfsmount">
     67  <sect2 id="ch-tools-kernfsmount">
    6768    <title>Mounting Virtual Kernel File Systems</title>
    6869
     
    7374mount -vt sysfs sysfs $LFS/sys
    7475mount -vt tmpfs tmpfs $LFS/run</userinput></screen>
    75 
     76<!--
    7677    <variablelist>
    7778      <title>The meaning of the mount options for devpts:</title>
     
    101102
    102103    </variablelist>
    103 
     104-->
    104105      <para>In some host systems, <filename>/dev/shm</filename> is a
    105106      symbolic link to <filename class="directory">/run/shm</filename>.
Note: See TracChangeset for help on using the changeset viewer.