Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 AM (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:
3793118a
Parents:
eb55250
Message:

r1167@server (orig r1165): chris | 2006-02-11 08:13:02 -0800
Added -v to commands in the rest of the book

File:
1 edited

Legend:

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

    reb55250 r94e6142  
    2626  be mounted:</para>
    2727
    28 <screen><userinput>mkdir -p $LFS/{proc,sys}</userinput></screen>
     28<screen><userinput>mkdir -pv $LFS/{proc,sys}</userinput></screen>
    2929
    3030  <para>Now mount the file systems:</para>
    3131
    32 <screen><userinput>mount -t proc proc $LFS/proc
     32<screen><userinput>mount -vt proc proc $LFS/proc
    3333mount -t sysfs sysfs $LFS/sys</userinput></screen>
    3434
     
    4141  mount</quote> for each of these now:</para>
    4242
    43 <screen><userinput>mount -f -t tmpfs tmpfs $LFS/dev
    44 mount -f -t tmpfs tmpfs $LFS/dev/shm
    45 mount -f -t devpts -o gid=10,mode=620 devpts $LFS/dev/pts</userinput></screen>
     43<screen><userinput>mount -f -vt tmpfs tmpfs $LFS/dev
     44mount -f -vt tmpfs tmpfs $LFS/dev/shm
     45mount -f -vt devpts -o gid=10,mode=620 devpts $LFS/dev/pts</userinput></screen>
    4646
    4747</sect1>
Note: See TracChangeset for help on using the changeset viewer.