Open
Description
Today we allow:
bootc install to-filesystem
- (arbitrary mutation of the target root, i.e. injection of kargs, files in
/etc
- reboot into system
For things like #971 but also in general I think we should add:
bootc install to-filesystem
- (arbitrary mutation of the target root, i.e. injection of kargs, files in
/etc
bootc install finalize-filesystem
- reboot into system
Where finalize-filesystem
has to be optional but becomes our "hook" into the process so we can detect or automatically fix things, without having to change each higher level thing (e.g. anaconda, bib, or really arbitrary user code invoking bootc install to-filesystem
).
Activity