From f7e28964acdce46e9b9e4afeece5b228b7163a3c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 17 Jun 2024 15:30:40 +0100 Subject: roms: remind the user about gkb files nowadays, we don't insert GRUB keymaps automatically, for sake of efficiency; without one, the default is US QWERTY. a user will only want one keymap in particular, so this is more efficient. in practise, they're either building from source anyway, or using the inject scripts which compile cbfstool anyway, so the user will already have cbfstool. also output this message from the inject script. Signed-off-by: Leah Rowe --- include/vendor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vendor.sh') diff --git a/include/vendor.sh b/include/vendor.sh index b5fda8f3..54dac191 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -261,7 +261,8 @@ vendor_inject() inject_vendorfiles [ "$nukemode" = "nuke" ] && return 0 printf "Friendly reminder (this is *not* an error message):\n" - printf "Please ensure that the files were inserted correctly.\n" + printf "Please ensure that the files were inserted correctly. ALSO:\n" + printf "%s\n" "$kbnotice" } check_board() -- cgit v1.2.1