blueprint: always exclude the rescue kernel
Its BLS entry always expects a separate boot partition. Skip it on all images until the rescue kernel package is usable.
This commit is contained in:
parent
930347c56e
commit
6a6144c2d9
6 changed files with 21 additions and 3 deletions
|
|
@ -55,6 +55,9 @@
|
|||
"checkpolicy",
|
||||
"net-tools"
|
||||
],
|
||||
"exclude_packages": [
|
||||
"dracut-config-rescue"
|
||||
],
|
||||
"releasever": "30",
|
||||
"basearch": "x86_64"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,6 +55,9 @@
|
|||
"cloud-init",
|
||||
"libdrm"
|
||||
],
|
||||
"exclude_packages": [
|
||||
"dracut-config-rescue"
|
||||
],
|
||||
"releasever": "30",
|
||||
"basearch": "x86_64"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,6 +54,9 @@
|
|||
"WALinuxAgent",
|
||||
"libxcrypt-compat"
|
||||
],
|
||||
"exclude_packages": [
|
||||
"dracut-config-rescue"
|
||||
],
|
||||
"releasever": "30",
|
||||
"basearch": "x86_64"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue