We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba4886 commit 284a568Copy full SHA for 284a568
debian/usability-misc.postinst
@@ -42,6 +42,14 @@ generate_grub_keyboard_layouts_maybe() {
42
return 0
43
fi
44
45
+ ## > Would console-setup (or console-setup-mini) package be discouraged?
46
+ ## @marmarek in Matrix qubes-public
47
+ ## > I guess it's harmless if small, but also not very useful
48
+ if [ -f /usr/share/qubes/marker-vm ]; then
49
+ true "INFO: Skipping 'set-grub-keymap --build-all' because Qubes detected, ok."
50
+ return 0
51
+ fi
52
+
53
if ! command -v update-grub >/dev/null 2>&1; then
54
true "INFO: Skipping 'set-grub-keymap --build-all' because update-grub is unavailable, ok."
55
0 commit comments