Package: debian-installer
Severity: important
Tags: d-i

I notice there isn't any configuration for installing language
specific packages.

For example, base-config uses jfbterm as second stage console for CJK,
but debian-installer (base-installer.udeb) installs only packages are
introduced from debootstrap and some specific packages (such as
discover).

I'm considering how about base-installer.postinst do something.
Ex:
-----------------------
case "$LANG" in
  ja_JP)
      apt-install jfbterm
      apt-install unifont
    ;;
  ...
esac
-----------------------
(I don't believe $LANG can use on base-installer...)

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to