mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-18 16:08:40 +00:00
Remove defaults from bind and extra logging
Signed-off-by: Itxaka <itxaka@spectrocloud.com>
This commit is contained in:
@@ -111,7 +111,7 @@ func mountBind(mountpoint, root, stateTarget string) (mountOperation, error) {
|
||||
Type: "overlay",
|
||||
Source: stateDir,
|
||||
Options: []string{
|
||||
"defaults",
|
||||
//"defaults",
|
||||
"bind",
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user