Changeset 807b061 for chapter07


Ignore:
Timestamp:
02/03/2024 11:30:18 PM (7 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
ce6d8f6
Parents:
5569a3e (diff), 8cf42d4 (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/kernfs.xml

    r5569a3e r807b061  
    9898-->
    9999      <para>In some host systems, <filename>/dev/shm</filename> is a
    100       symbolic link to <filename class="directory">/run/shm</filename>.
     100      symbolic link to a directory, typically
     101      <filename class="directory">/run/shm</filename>.
    101102      The /run tmpfs was mounted above so in this case only a
    102103      directory needs to be created.</para>
     
    108109
    109110<screen><userinput>if [ -h $LFS/dev/shm ]; then
    110   (cd $LFS/dev; mkdir $(readlink shm))
     111  mkdir -pv $LFS$(realpath /dev/shm)
    111112else
    112113  mount -vt tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm
Note: See TracChangeset for help on using the changeset viewer.