Ignore:
Timestamp:
05/03/2020 09:02:51 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a715dec
Parents:
9d719e2
Message:

Make the new book

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter05/creatingdirs.xml

    r9d719e2 refcb393  
    66]>
    77
    8 <sect1 id="ch-system-creatingdirs">
     8<sect1 id="ch-tools-creatingdirs">
    99  <?dbhtml filename="creatingdirs.html"?>
    1010
    1111  <title>Creating Directories</title>
    1212
    13   <para>It is time to create some structure in the LFS file system. Create a
    14   standard directory tree by issuing the following commands:</para>
     13  <para>It is time to create the full structure in the LFS file system. Create
     14  a standard directory tree by issuing the following commands:</para>
    1515
    1616<screen><userinput>mkdir -pv /{bin,boot,etc/{opt,sysconfig},home,lib/firmware,mnt,opt}
    17 mkdir -pv /{media/{floppy,cdrom},sbin,srv,var}
     17mkdir -pv /{media/{floppy,cdrom},srv,var}
    1818install -dv -m 0750 /root
    1919install -dv -m 1777 /tmp /var/tmp
    2020mkdir -pv /usr/{,local/}{bin,include,lib,sbin,src}
    2121mkdir -pv /usr/{,local/}share/{color,dict,doc,info,locale,man}
    22 mkdir -v  /usr/{,local/}share/{misc,terminfo,zoneinfo}
    23 mkdir -v  /usr/libexec
     22mkdir -pv  /usr/{,local/}share/{misc,terminfo,zoneinfo}
    2423mkdir -pv /usr/{,local/}share/man/man{1..8}
    25 mkdir -v  /usr/lib/pkgconfig
    26 
    27 case $(uname -m) in
    28  x86_64) mkdir -v /lib64 ;;
    29 esac
    3024
    3125mkdir -v /var/{log,mail,spool}
Note: See TracChangeset for help on using the changeset viewer.