lfs-ru/chapter07
Poltern 18060affab Revise command creating the link target in case /dev/shm is a symlink
When /dev/shm is a symlink we need to create its target or some tests
will fail and Python 3 will be misconfigured.  We wrote it as:

    mkdir -pv $LFS/$(readlink $LFS/dev/shm)

But if $LFS/dev/shm is a relative symlink (say ../run/shm), we end up:

    mkdir -pv /mnt/lfs/../run/shm

This command will create /mnt/run/shm, not $LFS/mnt/shm as we expected.
2023-11-22 17:34:16 +05:00
..
bison.xml Added information about installing packages: bison, gettext, perl, python, texinfo 2022-06-01 01:17:59 +05:00
changingowner.xml Typo fix 2023-09-24 02:43:17 +05:00
chapter07.xml Add Chapter 9 and small translate fix 2022-08-13 00:17:03 +05:00
chroot.xml Set MAKEFLAGS and TESTSUITEFLAGS for parallelism 2023-11-22 17:30:04 +05:00
cleanup.xml Translated chapter07 2023-06-30 03:00:18 +05:00
createfiles.xml Typo fix 2023-10-04 22:28:58 +05:00
creatingdirs.xml Translated chapter07 2023-06-30 03:00:18 +05:00
gettext.xml Added information about installing packages: bison, gettext, perl, python, texinfo 2022-06-01 01:17:59 +05:00
introduction.xml Translated chapter07 2023-06-30 03:00:18 +05:00
kernfs.xml Revise command creating the link target in case /dev/shm is a symlink 2023-11-22 17:34:16 +05:00
perl.xml perl: Move some explanations from Chapter 8 to Chapter 7 2023-09-09 11:13:07 +03:00
python.xml Added information about installing packages: bison, gettext, perl, python, texinfo 2022-06-01 01:17:59 +05:00
texinfo.xml texinfo: remove unneeded sed 2022-07-02 16:27:46 +05:00
util-linux.xml perl: added option -Duseshrplib, util-linux: fixed runstatedir 2023-08-12 22:17:34 +05:00