To add support for a supported language in a PXE environment:
\X86PC\UNDI\linux-boot\linux.cfg\default
DEFAULT bzImage
APPEND initrd=rootfs.gz root=/dev/ram0 rw ISVR=10.10.10.1 ISVRPORT=3466
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
To add support for a supported language when restoring from the Service CD-ROM:
LANG=
xx_XX in the ServiceCD section of the romsinfo.ini
file.See Supported Languages for a list of supported languages and their valid codes.
romsinfo.ini
is part of the Service CD iso.Double-byte Support for Sysprep Files
If using double-byte character support in Sysprep, the file must be encoded in UTF-8 coding.