mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-24 10:52:50 +07:00
nspawn: skip mounts if already mounted
This commit is contained in:
parent
e65aec12ae
commit
014a9c777b
@ -306,6 +306,9 @@ static int mount_all(const char *dest) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (t > 0)
|
||||
continue;
|
||||
|
||||
mkdir_p_label(where, 0755);
|
||||
|
||||
if (mount(mount_table[k].what,
|
||||
|
Loading…
Reference in New Issue
Block a user