Loading base-installer +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
base-installer +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading