Changeset 8545aa19


Ignore:
Timestamp:
May 29, 2006, 9:47:37 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
26f34f68
Parents:
d0143e5
Message:

r3735@server (orig r1690): chris | 2006-05-29 21:12:33 -0700
Moved the creation of /dev to earlier in the instructions for chrooting

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chroot/common/creatingdirs.xml

    rd0143e5 r8545aa19  
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17 <screen><userinput>install -dv /{bin,boot,dev,etc/opt,home,lib,mnt}
     17<screen><userinput>install -dv /{bin,boot,etc/opt,home,lib,mnt}
    1818install -dv /{sbin,srv,usr/local,var,opt,proc,sys}
    1919install -dv /root -m 0750
  • chroot/common/kernfs.xml

    rd0143e5 r8545aa19  
    2323  be mounted:</para>
    2424
    25 <screen><userinput>mkdir -pv $LFS/{proc,sys}</userinput></screen>
     25<screen><userinput>mkdir -pv $LFS/{dev,proc,sys}</userinput></screen>
    2626
    2727  <para>Now mount the file systems:</para>
  • final-system/common/testsuitesagain.xml

    rd0143e5 r8545aa19  
    2222  is running out of pseudo terminals (PTYs). This can result in a high
    2323  number of failing tests. This may happen for several reasons, but the
    24   most likely cause is that the host system does not have the
     24  most likely cause (if you chrooted) is that the host system does not have the
    2525  <systemitem class="filesystem">devpts</systemitem> file system set up
    2626  correctly. This issue is discussed in greater detail at
  • general.ent

    rd0143e5 r8545aa19  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "SVN-20060529">
     3<!ENTITY version "SVN-20060530">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "May 29, 2006">
     18<!ENTITY releasedate "May 30, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.