stages/fix-bls: add workaround for grub2-mkrelpath
grub2-mkrelpath uses /proc/self/mountinfo to find the source of the file system it is installed to. This breaks in a container. Add org.osbuild.fix-bls which goes through /boot/loader/entries and fixes paths by removing anything before /boot.
This commit is contained in:
parent
29c396584f
commit
f54fbe2912
2 changed files with 36 additions and 0 deletions
|
|
@ -36,6 +36,9 @@
|
|||
"options": {
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.fix-bls"
|
||||
}
|
||||
],
|
||||
"assembler":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue