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

share/debian-edu-config/d-i/finish-install: improve code comment.

parent 72b6d138
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ 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.
# Remove temporary apt configuration for LTSP installation. Keep this in sync
# with d-e-i/base-installer.
if in-target rm /etc/apt/apt.conf.d/01keep-pkgs ; then
    log "info: Removing temporary apt configuration workaround"
else