osbuild / otk

A proof of concept for a new `osbuild-mpp`.
Apache License 2.0
3 stars 9 forks source link

Handle "fix-bls" better somehow #253

Open mvo5 opened 1 day ago

mvo5 commented 1 day ago

See the discussion in https://github.com/osbuild/otk/pull/248#discussion_r1782821337

TL;DR: the "images" library determines (in code) right now how the "fix-bls" stage should look like, we replicate this now in otk manually but it would be nice if the equivalent of https://github.com/osbuild/images/blob/v0.90.0/pkg/manifest/os.go#L439 would be done in code. Maybe re-using the "patition" external somehow?

(see also https://github.com/osbuild/otk/issues/252)