Changeset 70f0882 for chapter04/creatingminlayout.xml
- Timestamp:
- 06/14/2020 09:03:26 PM (2 years ago)
- 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, arm, ml-11.0, multilib, trunk, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/lfs-next, xry111/tester-nohack, xry111/usr-move
- Children:
- d125a6b
- Parents:
- 6e18f2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter04/creatingminlayout.xml
r6e18f2f r70f0882 20 20 <systemitem class="username">root</systemitem>:</para> 21 21 22 <screen><userinput>mkdir -pv $LFS/{usr,lib,var,etc,bin,sbin,lib64}</userinput></screen> 22 <screen><userinput>mkdir -pv $LFS/{usr,lib,var,etc,bin,sbin} 23 case $(uname -m) in 24 x86_64) mkdir -pv $LFS/lib64 ;; 25 esac</userinput></screen> 23 26 24 27 <para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled
Note:
See TracChangeset
for help on using the changeset viewer.