diff options
author | dancer <dancer> | 2004-04-19 23:36:01 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-04-19 23:36:01 +0000 |
commit | 4dccaae7edac69a4de20183b0cf55259a1e70118 (patch) | |
tree | bb3886afe5c9f84046a76b0ad99e2776e0428c82 /pbuilder-modules | |
parent | 773ad1a308b4e9884a0783ac8632dbf584b59de6 (diff) | |
download | pbuilder-4dccaae7edac69a4de20183b0cf55259a1e70118.tar pbuilder-4dccaae7edac69a4de20183b0cf55259a1e70118.tar.gz |
update
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index 2648fb4..9289ca6 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -112,6 +112,9 @@ function umountproc () { umount_one "dev" fi if [ "$USEPROC" = "yes" ]; then + if [ -e $BUILDPLACE/proc/sys/fs/binfmt_misc/status ]; then + umount_one "proc/sys/fs/binfmt_misc" + fi umount_one "proc" fi for mnt in $BINDMOUNTS; do |