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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -91,15 +91,15 @@
|
|||
"kernel_opts": "ro biosdevname=0 net.ifnames=0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.fix-bls",
|
||||
"options": {}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.selinux",
|
||||
"options": {
|
||||
"file_contexts": "etc/selinux/targeted/contexts/files/file_contexts"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.fix-bls",
|
||||
"options": {}
|
||||
}
|
||||
],
|
||||
"assembler": {
|
||||
|
|
|
|||
|
|
@ -92,15 +92,15 @@
|
|||
"kernel_opts": "ro biosdevname=0 net.ifnames=0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.fix-bls",
|
||||
"options": {}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.selinux",
|
||||
"options": {
|
||||
"file_contexts": "etc/selinux/targeted/contexts/files/file_contexts"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.fix-bls",
|
||||
"options": {}
|
||||
}
|
||||
],
|
||||
"assembler": {
|
||||
|
|
|
|||
|
|
@ -90,15 +90,15 @@
|
|||
"kernel_opts": "ro biosdevname=0 net.ifnames=0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.fix-bls",
|
||||
"options": {}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.selinux",
|
||||
"options": {
|
||||
"file_contexts": "etc/selinux/targeted/contexts/files/file_contexts"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.fix-bls",
|
||||
"options": {}
|
||||
}
|
||||
],
|
||||
"assembler": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue