summaryrefslogtreecommitdiff
path: root/setup-apkcache.in
AgeCommit message (Collapse)Author
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-05-13setup-apkcache: fix when relative path is specifiedNatanael Copa
2022-05-13setup-apkcache: fix various quating issuesNatanael Copa
2022-05-13setup-apkcache: do no prompt when DIR is specifiedNatanael Copa
When DIR is specified we run in non-interactive mode and should not block.
2022-05-13setup-apkcache: fix usage and -h optionNatanael Copa
2022-05-07setup-apkcache: remove noauto mount optionNatanael 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-16fix PREFIX in *.inNick Hanley
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts.
2021-01-08setup-apkcache: use ask functionNatanael Copa
2016-11-02indent heredocs and replace echos with heredoc where appropriateJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2015-03-19setup-apkcache: fix infinite loop when non-existing dir specifiedNatanael Copa
to reproduce: setup-apkcache /ponies ref #3976
2014-04-23setup-apkcache: add support for $ROOTNatanael Copa
2011-11-16setup-apkcache: suggest /var/cache/apk as cache dir when not tmpfs rootNatanael Copa
2011-10-26setup-apkcache: add help textNatanael Copa
2011-10-26setup-apkcache: fix promptNatanael Copa
we encapsulate 'none' within '' everywhere else
2011-10-26setup-apkcache: search fstab for mount point firstNatanael Copa
ref #786
2011-09-13setup-apkcache: bugfixNatanael Copa
2011-09-13setup-apkcache: new setup toolNatanael Copa
A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool.