Changeset f6548ac for chapter07


Ignore:
Timestamp:
05/08/2024 05:36:31 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
161a267
Parents:
e4e7ffb (diff), c5a1240 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

Location:
chapter07
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/changingowner.xml

    re4e7ffb rf6548ac  
    3434  command:</para>
    3535
    36 <screen><userinput>chown -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}</userinput></screen>
     36<screen><userinput>chown -R --from lfs root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}</userinput></screen>
    3737
    3838</sect1>
  • chapter07/util-linux.xml

    re4e7ffb rf6548ac  
    5252    <para>Prepare Util-linux for compilation:</para>
    5353
    54 <screen><userinput remap="configure">./configure --libdir=/usr/lib    \
    55             --runstatedir=/run   \
    56             --disable-chfn-chsh  \
    57             --disable-login      \
    58             --disable-nologin    \
    59             --disable-su         \
    60             --disable-setpriv    \
    61             --disable-runuser    \
    62             --disable-pylibmount \
    63             --disable-static     \
    64             --without-python     \
     54    <screen><userinput remap="configure">./configure --libdir=/usr/lib     \
     55            --runstatedir=/run    \
     56            --disable-chfn-chsh   \
     57            --disable-login       \
     58            --disable-nologin     \
     59            --disable-su          \
     60            --disable-setpriv     \
     61            --disable-runuser     \
     62            --disable-pylibmount  \
     63            --disable-static      \
     64            --disable-liblastlog2 \
     65            --without-python      \
    6566            ADJTIME_PATH=/var/lib/hwclock/adjtime \
    6667            --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.