commit 47b1edcbeaea1d8750997199301a63dd20e45dcc
parent 2cbfe42a6e0a186132563a72dd319d621e1a9447
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date: Thu, 3 Dec 2020 01:34:18 +0100
use deb caching, because no other choice :(
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/TODO b/TODO
@@ -26,3 +26,5 @@ mist: set the domainname
ldap: make it work with fgetty
ldap: create a $HOME on 1st connection?
misc: put sv directories into packages
+misc: only give PXE IP for systems requesting IP from the machine's firmware
+misc: build a VPN
diff --git a/templates/generic/root/etc/apt/apt.conf.d/02lanconf b/templates/generic/root/etc/apt/apt.conf.d/02lanconf
@@ -6,14 +6,16 @@ APT::Install-Suggests "false";
# use LAN proxy to fetch packages, which implies there is
# no need for local caching.
Acquire::http::proxy "http://10.0.0.201:3142/";
-Dir::Cache "";
-Dir::Cache::archives "";
+## In theory, next comment should apply. In practice, debs
+## ends up in /, which is *not* what is wanted.
# uncomment to disable some internal cache using by apt and
# friends. It is safe, will reclaim few mebioctets, but
# will probably slow down things, thus I believe it's not
# useful to do so by default.
# I would love to have more information about what those
# files really are for.
+#Dir::Cache "";
+#Dir::Cache::archives "";
#Dir::Cache::pkgcache "";
#Dir::Cache::srcpkgcache "";