aboutsummaryrefslogtreecommitdiffstats
path: root/setup-apkcache.in
Commit message (Collapse)AuthorAgeFilesLines
* indent heredocs and replace echos with heredoc where appropriateJakub Jirutka2016-11-021-13/+13
|
* fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka2016-11-021-5/+4
|
* setup-apkcache: fix infinite loop when non-existing dir specifiedNatanael Copa2015-03-191-2/+2
| | | | | | to reproduce: setup-apkcache /ponies ref #3976
* setup-apkcache: add support for $ROOTNatanael Copa2014-04-231-9/+13
|
* setup-apkcache: suggest /var/cache/apk as cache dir when not tmpfs rootNatanael Copa2011-11-161-0/+11
|
* setup-apkcache: add help textNatanael Copa2011-10-261-1/+17
|
* setup-apkcache: fix promptNatanael Copa2011-10-261-1/+1
| | | | we encapsulate 'none' within '' everywhere else
* setup-apkcache: search fstab for mount point firstNatanael Copa2011-10-261-1/+20
| | | | ref #786
* setup-apkcache: bugfixNatanael Copa2011-09-131-1/+2
|
* setup-apkcache: new setup toolNatanael Copa2011-09-131-0/+117
A tool to setup the apk cache. This and setup-lbu replaces the setup-apklbu tool.