Also clean up linprocfs mounts
This commit is contained in:
parent
c4f994d99b
commit
d715faf967
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154128
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ for i in ${old2}; do
|
|||
for j in ${mounts}; do
|
||||
umount ${j} || cleanup_mount ${j}
|
||||
done
|
||||
umount ${i}/compat/linux/proc || cleanup_mount ${i}/compat/linux/proc
|
||||
fi
|
||||
if [ "${use_md_swap}" = "1" ]; then
|
||||
chrootnum=$(basename $i)
|
||||
|
|
Loading…
Reference in a new issue