Changeset bde421e


Ignore:
Timestamp:
10/02/2022 08:12:26 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9b2dedc
Parents:
8e0c191b
Message:

reboot: fix /dev/shm unmounting command

/dev/shm may be a mount point, or a symlink.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter11/reboot.xml

    r8e0c191b rbde421e  
    108108
    109109<screen><userinput>umount -v $LFS/dev/pts
    110 umount -v $LFS/dev/shm
     110mountpoint -q $LFS/dev/shm &amp;&amp; umount $LFS/dev/shm
    111111umount -v $LFS/dev
    112112umount -v $LFS/run
Note: See TracChangeset for help on using the changeset viewer.