Quoting W. Borgert ([EMAIL PROTECTED]): > Package: debian-installer > Severity: wishlist > Tags: d-i > > As only eight kernel parameters seem to be allowed, it is a > waste to use three parameters for: > > languagechooser/language-name=English > countrychooser/shortlist=US > console-keymaps-at/keymap=us > > It would be useful to have (for preseeding) one parameter: > > preseed/l10n=English;US;us > > Or whatever is possible...
This will be implemented in localechooser which will replace languagechooser and countrychooser in further d-i development (see /people/bubulle/localechooser in d-i SVN). Language and country will be preseedable as preseed/locale: preseed/locale=fr_FR (will preseed everything) preseed/[EMAIL PROTECTED] (will preseed everything) preseed/locale=C (unlocalized system) preseed_locale=en (will ask for country) The keyboard layout will, however, remain preseedable distinctly as the code for handling locales and keyboard layouts is very separate code....making things too much interdependent is probably not a good long-term idea...at least unless kbd-chooser is highly rewritten. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

