| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<[email protected]> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch xry111/mips64el
in repository lfs.
commit af9b02cb7954cf7ba4b049f27aa9bd3ebb402e87
Merge: 42e78cc38 ce2036700
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sat Feb 1 20:27:36 2025 +0800
Merge remote-tracking branch 'origin/trunk' into xry111/mips64el
appendices/dependencies.xml | 12 +-
chapter01/changelog.xml | 288 ++++++++++++++++++++++++++++++++++++++
chapter01/whatsnew.xml | 73 +++++-----
chapter02/aboutlfs.xml | 55 ++++++--
chapter02/hostreqs.xml | 2 +-
chapter02/mounting.xml | 9 ++
chapter02/stages.xml | 3 +-
chapter03/introduction.xml | 5 +-
chapter03/patches.xml | 10 +-
chapter04/addinguser.xml | 10 +-
chapter04/settingenviron.xml | 7 +-
chapter05/glibc.xml | 4 +-
chapter06/bash.xml | 3 +-
chapter07/changingowner.xml | 2 +-
chapter08/bash.xml | 1 -
chapter08/binutils.xml | 6 +
chapter08/dbus.xml | 56 +++-----
chapter08/e2fsprogs.xml | 2 +-
chapter08/flit-core.xml | 4 +-
chapter08/gawk.xml | 3 +-
chapter08/gettext.xml | 8 ++
chapter08/glibc.xml | 2 +-
chapter08/iproute2.xml | 5 +-
chapter08/jinja2.xml | 4 +-
chapter08/libtool.xml | 8 +-
chapter08/markupsafe.xml | 2 +-
chapter08/procps.xml | 3 +-
chapter08/python.xml | 5 +-
chapter08/readline.xml | 6 +-
chapter08/setuptools.xml | 2 +-
chapter08/shadow.xml | 37 +++--
chapter08/sysklogd.xml | 3 +-
chapter08/systemd.xml | 5 +-
chapter08/udev.xml | 10 +-
chapter08/vim.xml | 6 +-
chapter08/wheel.xml | 2 +-
chapter10/kernel.xml | 102 ++++++++++++--
chapter10/kernel/kernel.version | 2 +-
chapter10/kernel/systemd.toml | 16 +--
chapter10/kernel/systemd.xml | 13 +-
chapter10/kernel/sysv.toml | 16 +--
chapter10/kernel/sysv.xml | 14 +-
chapter11/afterlfs.xml | 4 +-
chapter11/theend.xml | 1 +
general.ent | 13 +-
lfs-latest-git.php | 35 ++---
packages.ent | 198 +++++++++++++-------------
part3intro/toolchaintechnotes.xml | 2 +-
patches.ent | 6 +-
49 files changed, 745 insertions(+), 340 deletions(-)
diff --cc chapter04/addinguser.xml
index 9903981db,e1d130b95..5c6dbb76e
--- a/chapter04/addinguser.xml
+++ b/chapter04/addinguser.xml
@@@ -80,7 -80,10 +80,7 @@@ useradd -s /bin/bash -g &lfs-groupname
all the directories under <filename class="directory">$LFS</filename> by making
<systemitem class="username">lfs</systemitem> the owner:</para>
- <screen><userinput>chown -v lfs $LFS/{usr{,/*},lib*,var,etc,bin,sbin,tools}</userinput></screen>
-<screen><userinput>chown -v &lfs-username; $LFS/{usr{,/*},lib,var,etc,bin,sbin,tools}
-case $(uname -m) in
- x86_64) chown -v &lfs-username; $LFS/lib64 ;;
-esac</userinput></screen>
++<screen><userinput>chown -v &lfs-username; $LFS/{usr{,/*},lib*,var,etc,bin,sbin,tools}</userinput></screen>
<note><para>In some host systems, the following <command>su</command> command does not complete
properly and suspends the login for the &lfs-user; user to the background.
diff --cc chapter07/changingowner.xml
index 4c83f40f6,178c7836e..8997d91f0
--- a/chapter07/changingowner.xml
+++ b/chapter07/changingowner.xml
@@@ -33,6 -33,9 +33,6 @@@
user <systemitem class="username">root</systemitem> by running the following
command:</para>
- <screen><userinput>chown --from lfs -R root:root $LFS/{usr,lib,lib64,var,etc,bin,sbin,tools}</userinput></screen>
-<screen><userinput>chown --from &lfs-username; -R root:root $LFS/{usr,lib,var,etc,bin,sbin,tools}
-case $(uname -m) in
- x86_64) chown --from &lfs-username; -R root:root $LFS/lib64 ;;
-esac</userinput></screen>
++<screen><userinput>chown --from &lfs-username; -R root:root $LFS/{usr,lib,lib64,var,etc,bin,sbin,tools}</userinput></screen>
</sect1>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page