native: support for FreeBSD
Signed-off-by: Samuel Karp <me@samuelkarp.com>
This commit is contained in:
@@ -327,12 +327,9 @@ func (o *snapshotter) mounts(s storage.Snapshot) []mount.Mount {
|
||||
|
||||
return []mount.Mount{
|
||||
{
|
||||
Source: source,
|
||||
Type: "bind",
|
||||
Options: []string{
|
||||
roFlag,
|
||||
"rbind",
|
||||
},
|
||||
Source: source,
|
||||
Type: mountType,
|
||||
Options: append(defaultMountOptions, roFlag),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user