mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Revert "/media and /mnt mounted as shared for console"
This commit is contained in:
@@ -229,9 +229,6 @@ func RunInit() error {
|
||||
return c, nil
|
||||
},
|
||||
initializeSelinux,
|
||||
func(c *config.CloudConfig) (*config.CloudConfig, error) {
|
||||
return c, syscall.Mount("", "/", "", syscall.MS_SHARED|syscall.MS_REC, "")
|
||||
},
|
||||
sysInit,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user