Changeset 49b383e


Ignore:
Timestamp:
11/19/2023 11:30:17 PM (7 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
d1b6445
Parents:
d704c05 (diff), 01247ac (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

    rd704c05 r49b383e  
    108108
    109109<screen><userinput>if [ -h $LFS/dev/shm ]; then
    110   mkdir -pv $LFS/$(readlink $LFS/dev/shm)
     110  (cd $LFS/dev; mkdir $(readlink shm))
    111111else
    112112  mount -vt tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm
Note: See TracChangeset for help on using the changeset viewer.