1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Cloud-init needs to read datasources data after mount-state,so mount-state needs to be executed first.
We must fix the 'udevsettle' issue on hyper-v later.
This commit is contained in:
niusmallnan
2018-09-30 17:36:42 +08:00
parent eeebf0ae0f
commit f19e3a5b38

View File

@@ -52,9 +52,9 @@ func RunInit() error {
{"debug save cfg", debug.PrintAndLoadConfig},
{"load modules", modules.LoadModules},
{"recovery console", recovery.LoadRecoveryConsole},
{"cloud-init", cloudinit.CloudInit},
{"b2d env", b2d.B2D},
{"mount STATE and bootstrap", fsmount.MountStateAndBootstrap},
{"cloud-init", cloudinit.CloudInit},
{"read cfg and log files", configfiles.ReadConfigFiles},
{"switchroot", switchroot.SwitchRoot},
{"mount OEM2", fsmount.MountOem},