-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add qubes version to boot menu #116
Conversation
|
Ouch. I forgot the add p.s. Fixed |
PipelineRetry |
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024073102-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2024070519-4.3&flavor=update
Failed tests7 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/105374#dependencies 4 fixed
Unstable tests
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This config applies to a VMs too. And if fails there on Debian:
debian-12-xfce:out: update-initramfs: Generating /boot/initrd.img-6.1.0-23-amd64
debian-12-xfce:out: /etc/kernel/postinst.d/zz-update-grub:
debian-12-xfce:out: sed: can't read /etc/system-release: No such file or directory
debian-12-xfce:out: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 2
Better make this part apply only to dom0, for example by checking for /etc/qubes-release presence
Done |
fixes: QubesOS/qubes-issues#4663