simplified-installer: do not mandate FDO section in simplified provisioning
- build simplified installer iso without mentioning FDO section. - change done for rhel8 and rhel9 - add test case for this use case in test/case/ostree-simplified-installer.shovisioning - fixed review comments Signed-off-by: Sarita Mahajan <sarmahaj@redhat.com>
This commit is contained in:
parent
44f4225c02
commit
dc3c0d9725
8 changed files with 187 additions and 64 deletions
|
|
@ -380,3 +380,7 @@ func (c *Customizations) GetOpenSCAP() *OpenSCAPCustomization {
|
|||
}
|
||||
return c.OpenSCAP
|
||||
}
|
||||
|
||||
func (f *FDOCustomization) HasFDO() bool {
|
||||
return f != nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue