mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Temporary fix for VMware mounting state partition
This commit is contained in:
@@ -286,6 +286,8 @@ func RunInit() error {
|
||||
return err
|
||||
},
|
||||
mountCgroups,
|
||||
setResolvConf,
|
||||
createSymlinks,
|
||||
extractModules,
|
||||
loadModules,
|
||||
mountState,
|
||||
@@ -298,8 +300,6 @@ func RunInit() error {
|
||||
func(cfg *config.Config) error {
|
||||
return cfg.Reload()
|
||||
},
|
||||
setResolvConf,
|
||||
createSymlinks,
|
||||
remountRo,
|
||||
sysInit,
|
||||
}
|
||||
|
Reference in New Issue
Block a user