Skip to content
Commits on Source (2)
debian-edu-config (2.10.37) UNRELEASED; urgency=medium
* share/debian-edu-config/d-i/finish-install:
- Remove temporary apt configuration. This reverts the modification done in
d-e-i/base-installer to get back the default apt behaviour for the
installed system.
-- Wolfgang Schweer <wschweer@arcor.de> Wed, 19 Sep 2018 10:17:02 +0200
debian-edu-config (2.10.36) unstable; urgency=medium
[ Mike Gabriel ]
......
......@@ -61,6 +61,12 @@ edu-etcvcs commit
) < /dev/null 2>&1 3>/dev/null 4>&3 5>&3 6>&3 | logger -t edu-entropy-add &
epid=$!
# Remove temporary apt configuration for LTSP installation.
if in-target rm /etc/apt/apt.conf.d/01keep-pkgs ; then
log "info: Removing temporary apt configuration workaround"
else
log "error: '/etc/apt/apt.conf.d/01keep-pkgs' is missing"
fi
# Make the installation look more like a finished system, to make sure
# debconf-get-selections --installer work.
......