Changeset ba82c18 for chapter04/creatingminlayout.xml
- Timestamp:
- 08/04/2020 08:14:32 PM (23 months 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:
- 06ec824
- Parents:
- 17ca548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter04/creatingminlayout.xml
r17ca548 rba82c18 9 9 <?dbhtml filename="creatingminlayout.html"?> 10 10 11 <title>Creating the Minimaldirectory layout in LFS filesystem</title>11 <title>Creating a limited directory layout in LFS filesystem</title> 12 12 13 <para>The first task performed in the LFS partition is to create a minimal13 <para>The first task performed in the LFS partition is to create a limited 14 14 directory hierarchy so that programs compiled in <xref 15 15 linkend="chapter-temporary-tools"/> may be installed in their final … … 20 20 <systemitem class="username">root</systemitem>:</para> 21 21 22 <screen><userinput>mkdir -pv $LFS/{ usr,lib,var,etc,bin,sbin}22 <screen><userinput>mkdir -pv $LFS/{bin,etc,lib,sbin,usr,var} 23 23 case $(uname -m) in 24 24 x86_64) mkdir -pv $LFS/lib64 ;;
Note:
See TracChangeset
for help on using the changeset viewer.