Skip to content

Commit 0f851a3

Browse files
committed
misc/50_qubes.conf: disable kernelhints when dom0 kernel is used
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`.
1 parent 0a67a77 commit 0f851a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

misc/50_qubes.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
$nrconf{override_rc}->{q(^qubes-core-agent-linux)} = 0;
22
$nrconf{override_rc}->{q(^qubes-gui-agent)} = 0;
3+
$nrconf{kernelhints} = 0 unless -f "/boot/vmlinuz-$(uname -r)";

0 commit comments

Comments
 (0)