This website requires JavaScript.
Explore
Help
Sign In
Fierelier
/
windvn
Watch
1
Star
0
Fork
0
You've already forked windvn
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
26600b2aa5
windvn
/
path
/
wdvn-chroot-end
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remake
2022-08-10 00:00:49 +00:00
#!/bin/bash
Separate chroot mount and unmount
2022-05-10 20:52:22 +00:00
umount -l "$1/proc"
Bind /sys
2022-08-10 16:33:48 +00:00
umount -l "$1/sys"
Separate chroot mount and unmount
2022-05-10 20:52:22 +00:00
umount -l "$1/dev/pts"
umount -l "$1/dev"
Reference in New Issue
Copy Permalink