Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-13 | setup-apkcache: fix when relative path is specified | Natanael Copa | |
2022-05-13 | setup-apkcache: fix various quating issues | Natanael Copa | |
2022-05-13 | setup-apkcache: do no prompt when DIR is specified | Natanael Copa | |
When DIR is specified we run in non-interactive mode and should not block. | |||
2022-05-13 | setup-apkcache: fix usage and -h option | Natanael Copa | |
2022-05-07 | setup-apkcache: remove noauto mount option | Natanael Copa | |
setup-lbu will add noauto, which makes sense when there is no apk cache. But when we have apk cache enabled, we want the media where it is stored to be mounted during boot so the apk cache works. So we strip the noauto mount option. | |||
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-apkcache: use ask function | Natanael Copa | |
2016-11-02 | indent heredocs and replace echos with heredoc where appropriate | Jakub Jirutka | |
2016-11-02 | fix mixed tabs & spaces and surplus empty lines at EOF | Jakub Jirutka | |
2015-03-19 | setup-apkcache: fix infinite loop when non-existing dir specified | Natanael Copa | |
to reproduce: setup-apkcache /ponies ref #3976 | |||
2014-04-23 | setup-apkcache: add support for $ROOT | Natanael Copa | |
2011-11-16 | setup-apkcache: suggest /var/cache/apk as cache dir when not tmpfs root | Natanael Copa | |
2011-10-26 | setup-apkcache: add help text | Natanael Copa | |
2011-10-26 | setup-apkcache: fix prompt | Natanael Copa | |
we encapsulate 'none' within '' everywhere else | |||
2011-10-26 | setup-apkcache: search fstab for mount point first | Natanael Copa | |
ref #786 | |||
2011-09-13 | setup-apkcache: bugfix | Natanael Copa | |
2011-09-13 | setup-apkcache: new setup tool | Natanael Copa | |
A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool. |