nixpkgs/pkgs/build-support/build-fhs-chrootenv/umount.sh.in
2014-05-22 22:18:30 +02:00

7 lines
169 B
Bash

#! @shell@ -e
chrootenvDest=/run/chrootenv/@name@
# Unmount all (r)bind mounts
umount -l $chrootenvDest/{dev/pts,dev/shm,dev,nix/store,proc,sys,host-etc,home,var,run}