-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install: Add hidden ensure-completion
verb
#915
base: main
Are you sure you want to change the base?
Conversation
This seems to be working well in my hand-rolled testing. Still TODO:
|
f116a60
to
0425c61
Compare
OK I've rebased this on top of #860 and we successfully pull LBIs at Anaconda install time too now. |
There were a surprising number of things I hit. One of them for example is that anaconda's hand-rolled chroot/container doesn't mount |
Prep for the anaconda install completion work. Signed-off-by: Colin Walters <[email protected]>
No functional changes; prep for further work. Signed-off-by: Colin Walters <[email protected]>
Clean up the interception to prepare for other cases. Signed-off-by: Colin Walters <[email protected]>
This allows us to fully own the symlinks in `/usr/libexec/libostree/ext`. Signed-off-by: Colin Walters <[email protected]>
This will be runnable via ``` %post --erroronfail bootc install ensure-completion %end ``` in Anaconda to work around the fact that it's not today using `bootc install to-filesystem`. Signed-off-by: Colin Walters <[email protected]>
0425c61
to
21467e0
Compare
This will be runnable via
in Anaconda to work around the fact that it's not today using
bootc install to-filesystem
.Closes: #883