summaryrefslogtreecommitdiff
path: root/setup-keymap.in
AgeCommit message (Collapse)Author
2023-01-24setup-*: use fake apk instead of $MOCK apkNatanael Copa
2022-11-06always quote vars in 'local' assignmentJakub Jirutka
Some shells may apply word splitting after expanding variable in `local a=$1`. I know just about yash, but since `local` is supposed to be a builtin *command*, the "correct" behaviour of common shells is actually a special case for `local` - it doesn't apply for other commands. See https://osdn.net/projects/yash/ticket/46041.
2022-11-05replace 'echo -n' and 'echo -e' with printfJakub Jirutka
'echo -n' and 'echo -e' are not portable, not all commonly used shells support both of them (in the same way). 'echo -e' is not even defined in POSIX. https://pubs.opengroup.org/onlinepubs/009604599/utilities/echo.html: > New applications are encouraged to use printf instead of echo. > ... > Conforming applications that wish to do prompting without <newline>s > or that could possibly be expecting to echo a -n, should use the > printf utility derived from the Ninth Edition system.
2022-06-28setup-keymap: accept 'none' as LAYOUTAlex Sivchev
This allows selecting 'none' via KEYMAPOPTS in answer file.
2022-05-19setup-keymap: use fake rc-service/update instead of MOCKNatanael Copa
2022-05-12setup-keymap: print usage on invalid option to stderrNatanael Copa
2022-05-12setup-keymap: add help text. make script testableNatanael Copa
2022-03-16fix PREFIX in *.inNick Hanley
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts.
2021-01-08setup-keymap: code clean. use askNatanael Copa
2018-02-28setup-keymap: keymaps OpenRC service has been renamed to loadkmapSören Tempel
2017-05-19setup-keymap: allow specify the variant together with layoutNatanael Copa
Some users may know exactly which variant they want, and instead of asking them two questions, we accept if users types in the variant at the first question. if the variant does not exist, then user is prompted.
2017-05-12setup-keymap: be agnostic with regards to keymap compression typeShiz
2014-04-23fix permissionsNatanael Copa
2013-07-03various: use long-form apk optionsDubiousjim
2012-03-21setup-keymap: do not use pkg_inst/pkg_deinstNatanael Copa
we will only support apk tools so lets make things simpler
2011-10-24Use 'apk <cmd>' instead of apk_<cmd>Natanael Copa
2011-08-05setup-keymap: add option for variant from command-lineJeff Bilyk
2009-06-12use rc-update quietly. some sysinit/boot svc are added from initramfsNatanael Copa
2009-05-06move to .in filesNatanael Copa