Changeset b0c238ac


Ignore:
Timestamp:
09/12/2023 10:30:19 PM (8 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
ea6fdf5
Parents:
ba8509d1 (diff), e0a9427 (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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/kernfs.xml

    rba8509d1 rb0c238ac  
    110110  mkdir -pv $LFS/$(readlink $LFS/dev/shm)
    111111else
    112   mount -t tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm
     112  mount -vt tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm
    113113fi</userinput></screen>
    114114
  • chapter11/reboot.xml

    rba8509d1 rb0c238ac  
    114114
    115115<screen><userinput>umount -v $LFS/dev/pts
    116 mountpoint -q $LFS/dev/shm &amp;&amp; umount $LFS/dev/shm
     116mountpoint -q $LFS/dev/shm &amp;&amp; umount -v $LFS/dev/shm
    117117umount -v $LFS/dev
    118118umount -v $LFS/run
Note: See TracChangeset for help on using the changeset viewer.