diff options
Diffstat (limited to 'image/creator.cc')
-rw-r--r-- | image/creator.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/image/creator.cc b/image/creator.cc index ce2c537..c45c50f 100644 --- a/image/creator.cc +++ b/image/creator.cc @@ -257,10 +257,7 @@ int main(int argc, char *argv[]) { trouble: /* delete the Script and exit */ /* ensure that our target mounts are unmounted */ - run_command("umount", {"-R", (ir_dir + "/target/sys")}); - ::umount((ir_dir + "/target/proc").c_str()); - run_command("umount", {"-R", (ir_dir + "/target/dev")}); - + backend->cleanup(); delete my_script; early_trouble: /* no script yet */ delete backend; |