Skip to content

Commit 08b9dda

Browse files
committed
output
1 parent b4d9dbe commit 08b9dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/usability-misc.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ generate_grub_keyboard_layouts_maybe() {
5858
if ischroot; then
5959
true "INFO: Skipping 'set-grub-keymap --build-all' because postinst is running in chroot, ok."
6060
else
61-
if ! set-grub-keymap --build-all; then
61+
if ! set-grub-keymap --build-all >/dev/null 2>&1; then
6262
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)."
6363
fi
6464
fi

0 commit comments

Comments
 (0)