We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b25d6 commit aa87982Copy full SHA for aa87982
grub/grub.qubes-kernel-vm-support
@@ -6,3 +6,7 @@ if [ -r /usr/share/qubes/marker-vm ] &&
6
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX xen_scrub_pages=0"
7
fi
8
GRUB_ENABLE_BLSCFG=false
9
+# Add qubes version to boot menu on dom0
10
+if [ -f "/etc/qubes-release" ]; then
11
+ GRUB_DISTRIBUTOR="$(sed 's,\(.*\) release \(.*\) (R\(.*\)),\1 (R\3),g' /etc/system-release)"
12
+fi
0 commit comments