mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +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},
|
||||
{"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},
|
||||
|
Reference in New Issue
Block a user