Ignore:
Timestamp:
08/04/2020 08:14:32 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
06ec824
Parents:
17ca548
Message:

Update to gettext-0.21.
Update to binutils-2.35.
Update to gcc-10.2.0.
Update to check-0.15.1.
Update to bison-3.7.1.
Update to util-linux 2.36.0.
Update to libcap-2.42.
Update to linux-5.7.12.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/creatingdirs.xml

    r17ca548 rba82c18  
    1616    required in the previous chapters by issuing the following command:</para>
    1717
     18  <note><para>Some of the directories below have already been created earlier
     19  with explicit instructions or when installing some packages.  They are
     20  repeated below for completeness.</para></note>
     21
    1822<screen><userinput>mkdir -pv /{boot,home,mnt,opt,srv}</userinput></screen>
    1923
     
    3135mkdir -pv /var/lib/{color,misc,locate}
    3236
    33 ln -sv /run /var/run
    34 ln -sv /run/lock /var/lock
     37ln -sfv /run /var/run
     38ln -sfv /run/lock /var/lock
    3539
    3640install -dv -m 0750 /root
Note: See TracChangeset for help on using the changeset viewer.