1
0
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:
Josh Curl
2016-05-07 15:08:39 -07:00
parent bd2971aada
commit 2968bed32e
4 changed files with 0 additions and 31 deletions

View File

@@ -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,
}