make it overridable from an sdk
This commit is contained in:
parent
f543fb6b36
commit
657138ba42
2
config
2
config
|
|
@ -27,7 +27,7 @@ vars+=(usercredentials rootcredentials)
|
||||||
arrs+=(core_packages base_packages purge_packages blend_packages)
|
arrs+=(core_packages base_packages purge_packages blend_packages)
|
||||||
|
|
||||||
## enable local apt cache
|
## enable local apt cache
|
||||||
APT_CACHE=0
|
APT_CACHE=${APT_CACHE:-0}
|
||||||
aptcachedir="$LIBPATH/apt-cache"
|
aptcachedir="$LIBPATH/apt-cache"
|
||||||
## key used to sign the cache's Release
|
## key used to sign the cache's Release
|
||||||
aptcachegpg="0xdeadbeefdeadbeef"
|
aptcachegpg="0xdeadbeefdeadbeef"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue