-
Notifications
You must be signed in to change notification settings - Fork 15
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
Filetrigger failure during mkosi image build #37
Comments
you can |
Thanks, the
However, to have a smooth install, I tried specifying
That check seems too strict inside image builds. |
Also, the zypper output looks like the triggers when triggered by Could this be zypper triggers bug afterall? |
Not sure how that error message happens. bootctl is supposed to use SYSTEMD_ESP_PATH and sdbootutil checks whether it actually reports that path in it's output. If bootctl doesn't honor SYSTEMD_ESP_PATH it means the path e.g. doesn't exist. I'd expect an error message in that case though: |
I use mkosi when hacking systemd (in order to build an image to run in qemu/systemd-nspawn).
My build fails at command:
Exit code 107 -
ZYPPER_EXIT_INF_RPM_SCRIPT_FAILED
points me toI believe a change in 6bcf1d3..b186b2d caused the issue since the image with former version of sdbootutil builds fine. It points to the newly added transfiletriggerin (in 8f4c552).
I can't (b)wrap my head around it, more questions than answers:
worksoutputs no$BOOT=
line in "Boot Loader Entries" section, this is during the build process, not inside qemu, the invocation on the host lists the$BOOT=
linemanual invocation(I may have been in a wrong "container")sdbootutil update
fails with "Error: Can't determine root subvolume" thoughInterestingly, systemd Github CI succeeds (the difference is that the build-host is Ubuntu, not openSUSE Tumbleweed (my host) and it uses dnf instead of zypper to roll out RPMs).
The text was updated successfully, but these errors were encountered: