mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 09:52:58 +02:00
installer: Umount everything right away.
This commit is contained in:
@@ -90,7 +90,7 @@ int hw_mount(const char* source, const char* target, const char* fs, int flags)
|
||||
}
|
||||
|
||||
int hw_umount(const char* target) {
|
||||
return umount2(target, MNT_DETACH);
|
||||
return umount2(target, 0);
|
||||
}
|
||||
|
||||
static int hw_test_source_medium(const char* path) {
|
||||
|
||||
Reference in New Issue
Block a user