Changes for page chroot

Last modified by Leon Poon on 2021/06/20 12:24

From version 2.1
edited by Leon Poon
on 2020/12/10 11:40
Change comment: There is no comment for this version
To version 3.1
edited by Leon Poon
on 2020/12/10 14:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,6 +7,5 @@
7 7  After exiting chroot:
8 8  
9 9  {{code language="bash"}}
10 -for x in dev/shm run/lock run dev/pts dev proc sys ; do umount $x; done
11 -
10 +umount dev/shm run/lock run dev/pts dev proc sys
12 12  {{/code}}