Comment 2 for bug 220947

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

I wonder if we could make an ltsp-build-client plugin along the following lines:
case $MODE in
  configure) write 10% to the installer
  before-install) write another 10%
  install) write another 10%
  after-install) write another 10%
  finalization) write another 10%
esac

Sure, those 10% won't be at all accurate, but it will still be better than now.
And, we could also change DEBIAN_FRONTEND from passthrough to noninteractive, to get rid of all the warnings about descriptor #3....