Changing the Locale

To add support for a supported language in a PXE environment:

  1. Use a text editor to open \X86PC\UNDI\linux-boot\linux.cfg\default
    . The file looks similar to the following:

    DEFAULT bzImage

    APPEND initrd=rootfs.gz root=/dev/ram0 rw ISVR=10.10.10.1 ISVRPORT=3466

  2. Add the LANG parameter to the end of the APPEND line and specify a valid language code (see Supported Languages).

    The result will be the file resembling the following example in which the language was set to Japanese.

    DEFAULT bzImage

    APPEND initrd=rootfs.gz root=/dev/ram0 rw ISVR=10.10.10.1 ISVRPORT=3466 LANG=ja_JA

  3. Save and close the default file.

To add support for a supported language when restoring from the Service CD-ROM:

Double-byte Support for Sysprep Files

If using double-byte character support in Sysprep, the file must be encoded in UTF-8 coding.


© 2003 - 2012 Hewlett-Packard Development Company, L.P.