console-setup (1.7ubuntu7) edgy; urgency=low
* Handle debian-installer/locale not being available (closes: Malone
#59718).
* Remove stray Keyboard/amiga.ekmap in source package.
* Fix a potential infinite loop in the config script while moving past the
variant question with an unsupp
This code is actually from Debian. The purpose is to try to determine
your installation locale as accurately as possible in order to make a
good guess at your keyboard; a C locale gives very little useful
information there so it tries debian-installer/locale in case that has
better information. How
A little more investigation, and this is because my locale is set to C
--
console-setup is uninstallable in edgy
https://launchpad.net/bugs/59718
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
I don't understand the purpose of:
if [ "$LC_CTYPE" -a "$LC_CTYPE" != C ]; then
locale=$LC_CTYPE
else
db_get debian-installer/locale
locale="$RET"
fi
in /var/lib/dpkg/info/console-setup.config. Shouldn't it just accept that my
locale is C?
All goes well if I comment out the unless l
Just glanced at the changelog, and this sure looks to have been caused
by the latest update, which only changes console-setup.config
--
console-setup is uninstallable in edgy
https://launchpad.net/bugs/59718
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailm