wire ignition bp customization to simplified-installer and raw image
Signed-off-by: Antonio Murdaca <antoniomurdaca@gmail.com>
This commit is contained in:
parent
5c7d43c9a0
commit
1672fb1cf6
7 changed files with 323 additions and 82 deletions
|
|
@ -127,11 +127,6 @@ func (img *OSTreeSimplifiedInstaller) InstantiateManifest(m *manifest.Manifest,
|
|||
}
|
||||
}
|
||||
|
||||
// ignition firstboot options
|
||||
if img.IgnitionFirstBoot != nil {
|
||||
kernelOpts = append(kernelOpts, "coreos.inst.append ignition.config.url="+img.IgnitionFirstBoot.ProvisioningURL)
|
||||
}
|
||||
|
||||
bootTreePipeline.KernelOpts = kernelOpts
|
||||
|
||||
rootfsPartitionTable := &disk.PartitionTable{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue