Changeset e0a9427
- Timestamp:
- 09/12/2023 05:02:18 PM (12 months ago)
- Branches:
- 12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
- Children:
- a9dc972, b0c238ac
- Parents:
- c5fe6ee
- git-author:
- Pierre Labastie <pierre.labastie@…> (09/12/2023 04:54:01 PM)
- git-committer:
- Pierre Labastie <pierre.labastie@…> (09/12/2023 05:02:18 PM)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/kernfs.xml
rc5fe6ee re0a9427 110 110 mkdir -pv $LFS/$(readlink $LFS/dev/shm) 111 111 else 112 mount - t tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm112 mount -vt tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm 113 113 fi</userinput></screen> 114 114 -
chapter11/reboot.xml
rc5fe6ee re0a9427 114 114 115 115 <screen><userinput>umount -v $LFS/dev/pts 116 mountpoint -q $LFS/dev/shm && umount $LFS/dev/shm116 mountpoint -q $LFS/dev/shm && umount -v $LFS/dev/shm 117 117 umount -v $LFS/dev 118 118 umount -v $LFS/run
Note:
See TracChangeset
for help on using the changeset viewer.