Loading share/debian-edu-config/d-i/finish-install +0 −7 Original line number Diff line number Diff line Loading @@ -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: /' Loading Loading
share/debian-edu-config/d-i/finish-install +0 −7 Original line number Diff line number Diff line Loading @@ -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: /' Loading