1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00
Commit Graph

13 Commits

Author SHA1 Message Date
Michael Stucki
98bbfc0699 Fix ccache initialization check 2017-02-03 10:07:43 +01:00
Michael Stucki
0cfb1b6850 Rename user "cmbuild" to "build" 2017-01-03 19:15:12 +01:00
Michael Stucki
31e1dedcf5 Cleanup 2016-04-04 20:23:24 +02:00
Budleigh Salterton driving a Miura
26d309fe96 removed workaround, changed switch from -p to -u (--enable-usb) 2016-04-04 19:00:56 +02:00
Budleigh Salterton driving a Miura
0abac4367c workaround for docker issue #8755 2016-04-04 18:55:21 +02:00
Budleigh Salterton driving a Miura
b9ac69cf57 privileged is now switchable 2016-04-04 17:54:27 +02:00
Michael Stucki
608ebb3ca4 Set USER on startup (Docker bug?) 2016-03-14 01:13:17 +01:00
Michael Stucki
831eb4f7c6 Remove permission fix (no longer needed) 2016-03-13 15:20:31 +01:00
Michael Stucki
6b6aba0a93 Remove su-wrapper (upstream issue has been fixed) 2016-03-13 15:20:31 +01:00
Michael Stucki
8a4556437a startup.sh: Be more verbose 2015-03-16 11:05:32 +01:00
Michael Stucki
0f61d93e3a Fix permissions (transfer ownership from root to cmbuild) 2015-03-16 11:05:02 +01:00
Michael Stucki
33f7fd052e Move ccache initialization to startup.sh
This fixes a major problem with ccache being initialized before the volume is mounted.
The contents of /srv/ccache were therefore empty and CCACHE_MAXSIZE=50G was not set.
The result was that ccache could only use up to 1 GB of cache data (default value).
2015-03-16 10:54:27 +01:00
Michael Stucki
80450d6cc1 Don't run as root 2015-03-16 10:19:07 +01:00