Changeset dfa490c


Ignore:
Timestamp:
10/09/2022 12:01:25 PM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/rust-wip-20221008
Children:
3ed3ce6
Parents:
f6459cb
git-author:
Xi Ruoyao <xry111@…> (10/09/2022 04:44:52 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/09/2022 12:01:25 PM)
Message:

rust: chapter04: create /opt and chown it to lfs user

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter04/addinguser.xml

    rf6459cb rdfa490c  
    8181  <systemitem class="username">lfs</systemitem> the owner:</para>
    8282
    83 <screen><userinput>chown -v lfs $LFS/{usr{,/*},lib,var,etc,bin,sbin,tools}
     83<screen><userinput>chown -v lfs $LFS/{usr{,/*},lib,var,etc,opt,bin,sbin,tools}
    8484case $(uname -m) in
    8585  x86_64) chown -v lfs $LFS/lib64 ;;
  • chapter04/creatingminlayout.xml

    rf6459cb rdfa490c  
    2222  <systemitem class="username">root</systemitem>:</para>
    2323
    24 <screen><userinput>mkdir -pv $LFS/{etc,var} $LFS/usr/{bin,lib,sbin}
     24<screen><userinput>mkdir -pv $LFS/{etc,opt,var} $LFS/usr/{bin,lib,sbin}
    2525
    2626for i in bin lib sbin; do
  • chapter07/changingowner.xml

    rf6459cb rdfa490c  
    3434  command:</para>
    3535
    36 <screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
     36<screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,opt,bin,sbin,tools}
    3737case $(uname -m) in
    3838  x86_64) chown -R root:root $LFS/lib64 ;;
  • chapter07/creatingdirs.xml

    rf6459cb rdfa490c  
    2020    required in the previous chapters by issuing the following command:</para>
    2121
    22 <screen><userinput>mkdir -pv /{boot,home,mnt,opt,srv}</userinput></screen>
     22<screen><userinput>mkdir -pv /{boot,home,mnt,srv}</userinput></screen>
    2323
    2424  <para>Create the required set of subdirectories below the root-level by
Note: See TracChangeset for help on using the changeset viewer.