Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-24 | setup-*: use fake apk instead of $MOCK apk | Natanael Copa | |
2022-11-06 | always quote vars in 'local' assignment | Jakub 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-05 | replace 'echo -n' and 'echo -e' with printf | Jakub 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-28 | setup-keymap: accept 'none' as LAYOUT | Alex Sivchev | |
This allows selecting 'none' via KEYMAPOPTS in answer file. | |||
2022-05-19 | setup-keymap: use fake rc-service/update instead of MOCK | Natanael Copa | |
2022-05-12 | setup-keymap: print usage on invalid option to stderr | Natanael Copa | |
2022-05-12 | setup-keymap: add help text. make script testable | Natanael Copa | |
2022-03-16 | fix PREFIX in *.in | Nick Hanley | |
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts. | |||
2021-01-08 | setup-keymap: code clean. use ask | Natanael Copa | |
2018-02-28 | setup-keymap: keymaps OpenRC service has been renamed to loadkmap | Sören Tempel | |
2017-05-19 | setup-keymap: allow specify the variant together with layout | Natanael 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-12 | setup-keymap: be agnostic with regards to keymap compression type | Shiz | |
2014-04-23 | fix permissions | Natanael Copa | |
2013-07-03 | various: use long-form apk options | Dubiousjim | |
2012-03-21 | setup-keymap: do not use pkg_inst/pkg_deinst | Natanael Copa | |
we will only support apk tools so lets make things simpler | |||
2011-10-24 | Use 'apk <cmd>' instead of apk_<cmd> | Natanael Copa | |
2011-08-05 | setup-keymap: add option for variant from command-line | Jeff Bilyk | |
2009-06-12 | use rc-update quietly. some sysinit/boot svc are added from initramfs | Natanael Copa | |
2009-05-06 | move to .in files | Natanael Copa | |