<dest> is unmounted when --script-chroot is used
Closed this issue · 2 comments
luxifer commented
Preconditions:
<dest>
is a mountpoint.--script-chroot
is used
At the end of the execution of the script. All the required devices gets unmounted from the chroot destination by finding everything that is mounted under <dest>
(included).
The problem is that <dest>
gets unmounted too and the rest of the program fails.
luxifer commented
Many thanks!!!