Changeset 33d4b68


Ignore:
Timestamp:
May 29, 2006, 9:47:37 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5b673a8
Parents:
032810c
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

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/creatingdirs.xml

    r032810c r33d4b68  
    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
  • BOOK/chroot/common/kernfs.xml

    r032810c r33d4b68  
    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>
  • BOOK/final-system/common/testsuitesagain.xml

    r032810c r33d4b68  
    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
  • BOOK/general.ent

    r032810c r33d4b68  
    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.