Commit 04545a9e authored by Holger Levsen's avatar Holger Levsen
Browse files

drop code which should have been dropped in 34679f67

parent 34679f67
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -86,13 +86,6 @@ db_set debian-edu-config/kdc-password '' || true
db_set debian-edu-config/kdc-password-again '' || true
log "info: Ensuring KDC and LDAP passwords are cleared from debconf database"

# Ignore errors in case the entropy gathering is no longer running
if kill $epid ; then
    :
else
    log "error: killing the entropy gathering job failed - exited?"
fi

echo "info: processes using mount point below /target"
mountpoints="$(grep " /target" /proc/mounts | cut -d" " -f2 | sed s%/target%%g)"
LANG=C chroot /target fuser -mv $mountpoints 2>&1 | sed 's/^/info: /'