Applying patch from Ivailo Monev to remove stage files for pseudo-filesystems helpers in exit function.
This commit is contained in:
parent
db064f3787
commit
ee58b8ab8d
|
@ -35,6 +35,11 @@ Exit ()
|
|||
done
|
||||
fi
|
||||
|
||||
rm -f .stage/chroot_devpts
|
||||
rm -f .stage/chroot_proc
|
||||
rm -f .stage/chroot_selinuxfs
|
||||
rm -f .stage/chroot_sysfs
|
||||
|
||||
Echo_message "Saving caches..."
|
||||
|
||||
# We can't really know at which part we're failing,
|
||||
|
|
Loading…
Reference in New Issue