Ignore:
Timestamp:
09/12/2023 05:02:18 PM (8 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, 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)
Message:

Make /dev/shm mount and umount verbose

Almost all commands in lfs are verbose. Don't know why these ones
were not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter11/reboot.xml

    rc5fe6ee re0a9427  
    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.