Bug#439633: console-setup-udeb: Does not completely execute its postinst script
Package: console-setup-udeb
Severity: important
The udeb does not completely execute its postinst script.
Indeed, this code fragment:
# In d-i the config script is not executed automatically
if [ -f /usr/share/console-setup-mini/console-setup.config ]; then
. /usr/share/console-setup-mini/console-setup.config
fi
makes the script stop, as the sourced script ends up with "exit 0"
I don't really see any reason for that script (and more generally the config
script) to end up with "exit 0", so I recommend just commenting that line in
debian/console-setup.config (at least, *this* makes the udeb complete its
configure step).
Reply to: