Changeset 259794e
- Timestamp:
- 09/26/2022 02:04:24 PM (6 months ago)
- Branches:
- xry111/clfs-ng
- Children:
- dd61c77
- Parents:
- 0ea3431
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/kernfs.xml
r0ea3431 r259794e 86 86 ln -sv /proc/self/fd /dev</userinput></screen> 87 87 88 <para>In other cases <filename>/dev/shm</filename> is a mountpoint89 for a tmpfs. In that case the mount of /dev above will only create90 /dev/shm in the chroot environment as a directory. In this situation91 we explicitly mount a tmpfs,</para>92 93 <screen><userinput>if [ -h $LFS/dev/shm ]; then94 mkdir -pv $LFS/$(readlink $LFS/dev/shm)95 else96 mount -t tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm97 fi</userinput></screen>98 99 88 </sect2> 100 89
Note:
See TracChangeset
for help on using the changeset viewer.