Changeset 4d8854a
- Timestamp:
- 08/26/2022 12:31:32 PM (13 months ago)
- Branches:
- xry111/arm64, xry111/arm64-12.0
- Children:
- 9334a3f
- Parents:
- b7adecc
- git-author:
- Xi Ruoyao <xry111@…> (08/24/2022 02:49:40 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (08/26/2022 12:31:32 PM)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter04/addinguser.xml
rb7adecc r4d8854a 81 81 <systemitem class="username">lfs</systemitem> the directory owner:</para> 82 82 83 <screen><userinput>chown -v lfs $LFS/{usr{,/*},lib,var,etc,bin,sbin,tools} 84 case $(uname -m) in 85 x86_64) chown -v lfs $LFS/lib64 ;; 86 esac</userinput></screen> 83 <screen><userinput>chown -v lfs $LFS/{usr{,/*},lib,var,etc,bin,sbin,tools}</userinput></screen> 87 84 88 85 <note><para>In some host systems, the following command does not complete -
chapter04/creatingminlayout.xml
rb7adecc r4d8854a 25 25 for i in bin lib sbin; do 26 26 ln -sv usr/$i $LFS/$i 27 done 28 29 case $(uname -m) in 30 x86_64) mkdir -pv $LFS/lib64 ;; 31 esac</userinput></screen> 27 done</userinput></screen> 32 28 33 29 <para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled -
chapter07/changingowner.xml
rb7adecc r4d8854a 34 34 command:</para> 35 35 36 <screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools} 37 case $(uname -m) in 38 x86_64) chown -R root:root $LFS/lib64 ;; 39 esac</userinput></screen> 36 <screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}</userinput></screen> 40 37 41 38 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.