blueprint: always run selinux stage last
A few output types had it before the fix-bls stage.
This commit is contained in:
parent
6a6144c2d9
commit
fabd40da1c
6 changed files with 15 additions and 15 deletions
|
|
@ -25,8 +25,8 @@ func (t *openstackOutput) translate(b *Blueprint) *pipeline.Pipeline {
|
|||
addF30LocaleStage(p)
|
||||
addF30FSTabStage(p)
|
||||
addF30GRUB2Stage(p, b.getKernelCustomization())
|
||||
addF30SELinuxStage(p)
|
||||
addF30FixBlsStage(p)
|
||||
addF30SELinuxStage(p)
|
||||
addF30QemuAssembler(p, "qcow2", t.getName())
|
||||
return p
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ func (t *qcow2Output) translate(b *Blueprint) *pipeline.Pipeline {
|
|||
addF30LocaleStage(p)
|
||||
addF30FSTabStage(p)
|
||||
addF30GRUB2Stage(p, b.getKernelCustomization())
|
||||
addF30SELinuxStage(p)
|
||||
addF30FixBlsStage(p)
|
||||
addF30SELinuxStage(p)
|
||||
addF30QemuAssembler(p, "qcow2", t.getName())
|
||||
|
||||
return p
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ func (t *vhdOutput) translate(b *Blueprint) *pipeline.Pipeline {
|
|||
addF30LocaleStage(p)
|
||||
addF30FSTabStage(p)
|
||||
addF30GRUB2Stage(p, b.getKernelCustomization())
|
||||
addF30SELinuxStage(p)
|
||||
addF30FixBlsStage(p)
|
||||
addF30SELinuxStage(p)
|
||||
addF30QemuAssembler(p, "qcow2", t.getName())
|
||||
return p
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue