mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
installer: Correctly pass mount flags
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
eb64913be1
commit
1415e83a34
@@ -1010,7 +1010,7 @@ static int hw_mount_btrfs_subvolumes(const char* source) {
|
||||
fprintf(flog, "Mounting subvolume %s to %s\n", subvolume->name, subvolume->mount_path);
|
||||
|
||||
// Try to mount the subvolume.
|
||||
r = mount(source, path, "btrfs", NULL, options);
|
||||
r = mount(source, path, "btrfs", 0, options);
|
||||
if (r)
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user