misc/50_qubes.conf: disable kernelhints when dom0 kernel is used#645
misc/50_qubes.conf: disable kernelhints when dom0 kernel is used#645marmarek merged 1 commit intoQubesOS:mainfrom
Conversation
This is required because without this `apt` in Debian prompts a false positive to reboot when a new kernel is available. When in fact it's just that running kernel is different from the one in `/boot`.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #645 +/- ##
==========================================
- Coverage 70.30% 69.89% -0.41%
==========================================
Files 3 3
Lines 495 495
==========================================
- Hits 348 346 -2
- Misses 147 149 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026032922-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=2026032404-devel&flavor=update
Failed tests26 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/170766#dependencies 28 fixed
Unstable testsDetailsPerformance TestsPerformance degradation:13 performance degradations
Remaining performance tests:91 tests
|
|
@marmarek I am not sure what to make of the above. Kindly do let me know if I have to update anything. |
All good here, failures are related to other PRs included in the test. |
This is required because without this
aptin Debian prompts a false positive to reboot when a new kernel is available. When in fact it's just that running kernel is different from the one in/boot.closes: QubesOS/qubes-issues#7461