mirror of
https://github.com/rancher/os.git
synced 2025-09-06 01:01:43 +00:00
Revert commit 9bcab2f663
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:
@@ -52,9 +52,9 @@ func RunInit() error {
|
|||||||
{"debug save cfg", debug.PrintAndLoadConfig},
|
{"debug save cfg", debug.PrintAndLoadConfig},
|
||||||
{"load modules", modules.LoadModules},
|
{"load modules", modules.LoadModules},
|
||||||
{"recovery console", recovery.LoadRecoveryConsole},
|
{"recovery console", recovery.LoadRecoveryConsole},
|
||||||
{"cloud-init", cloudinit.CloudInit},
|
|
||||||
{"b2d env", b2d.B2D},
|
{"b2d env", b2d.B2D},
|
||||||
{"mount STATE and bootstrap", fsmount.MountStateAndBootstrap},
|
{"mount STATE and bootstrap", fsmount.MountStateAndBootstrap},
|
||||||
|
{"cloud-init", cloudinit.CloudInit},
|
||||||
{"read cfg and log files", configfiles.ReadConfigFiles},
|
{"read cfg and log files", configfiles.ReadConfigFiles},
|
||||||
{"switchroot", switchroot.SwitchRoot},
|
{"switchroot", switchroot.SwitchRoot},
|
||||||
{"mount OEM2", fsmount.MountOem},
|
{"mount OEM2", fsmount.MountOem},
|
||||||
|
Reference in New Issue
Block a user