Commit cbdc0f2c authored by Wolfgang Schweer's avatar Wolfgang Schweer
Browse files

base-installer: improve code comment.

parent a39de601
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ fi

# Unlike apt-get, apt removes debs from the cache once installed successfully.
# Keep them to benefit (again) from cached debs for LTSP chroot installation.
# And keep this in sync with d-e-c/share/debian-edu-config/d-i/finish-install:
# the temporary configuration file is removed at the end of the installation.
log "adding /etc/apt/apt.conf.d/01keep-pkgs to speed up LTSP installation."
cat > /target/etc/apt/apt.conf.d/01keep-pkgs <<EOF
Binary::apt::APT::Keep-Downloaded-Packages "true";