Ignore:
Timestamp:
12/17/2004 11:56:47 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
fa0686e
Parents:
2b6c440
Message:

Merged stuff from RAQ2 in chapter06 - first round.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kernfs.xml

    r2b6c440 r83865af  
    1414<para>Begin by creating directories onto which the file systems will be mounted:</para>
    1515
    16 <screen><userinput>mkdir -p $LFS/{proc,sys}</userinput></screen>
     16<screen arch="x86"><userinput>mkdir -p $LFS/{proc,sys}</userinput></screen>
     17
     18<screen arch="raq2"><userinput>mkdir -p $LFS/{proc,sys,dev/{shm,pts}}</userinput></screen>
    1719
    1820<para>Now mount the file systems:</para>
Note: See TracChangeset for help on using the changeset viewer.