mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Make /run shared, also don't rshare in initrd
This commit is contained in:
@@ -194,7 +194,7 @@ func setupSharedRoot(c *config.CloudConfig) (*config.CloudConfig, error) {
|
||||
if err := mount.Mount("tmpfs", i, "tmpfs", "rw"); err != nil {
|
||||
return c, err
|
||||
}
|
||||
if err := mount.MakeRShared(i); err != nil {
|
||||
if err := mount.MakeShared(i); err != nil {
|
||||
return c, err
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user