Skip to content

Commit 34b7e3d

Browse files
committed
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
2 parents 184d9ff + 678be26 commit 34b7e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/usability-misc.postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ generate_grub_keyboard_layouts_maybe() {
6666
return 0
6767
fi
6868

69-
## Use '--no-update-grub' because this postinst script will run 'update-grub' if available anyhow.
70-
if ! set-grub-keymap --build-all --no-update-grub >/dev/null 2>&1; then
69+
## Use '--no-live-changes' because this postinst script will run 'update-grub' if available anyhow.
70+
if ! set-grub-keymap --build-all --no-live-changes >/dev/null 2>&1; then
7171
printf '%s\n' "INFO: Minor issue. Command 'set-grub-keymap --build-all' failed. This means, the GRUB boot menu will have no keyboard layout selection menu, which is a minor usability feature. For most users, no action is required. If you know to need this feature, please execute 'sudo set-grub-keymap --build-all' (in sysmaint session)."
7272
return 0
7373
fi

0 commit comments

Comments
 (0)