More reliable cloud-init startup

This commit is contained in:
John Jones 2021-12-14 18:50:15 -08:00
parent 31683d2758
commit aa4ea9d5c8
No known key found for this signature in database
GPG Key ID: C79BB6555D68F225

View File

@ -191,6 +191,7 @@ func (self *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (p
},
&commonsteps.StepCreateFloppy{
Files: self.config.FloppyFiles,
Label: "cidata",
},
&xscommon.StepHTTPServer{
Chan: httpReqChan,