Installation guide

Chapter 1. Kickstart Installations 27
1.4.14. langsupport
langsupport (required)
Sets the language(s) to install on the system. The same language codes used with lang
can be used with langsupport.
If you just want to install one language, specify it. For example, to install and use the
French language fr_FR:
langsupport fr_FR
--default
If you want to install language support for more than one language, you must spec-
ify a default.
For example, to install English and French and use English as the default language:
langsupport --default en_US fr_FR
If you use --default with only one language, all languages will be installed with the
specified language set to the default.
1.4.15. lilo
lilo (replaced by bootloader)
Warning
This option has been replaced by bootloader and is only available for backwards compatibility.
Refer to Section 1.4.3.
Specifies how the boot loader should be installed on the system. By default, LILO in-
stalls on the MBR of the first disk, and installs a dual-boot system if a DOS partition is
found (the DOS/Windows system will boot if the user types dos at the LILO: prompt).
--append params
Specifies kernel parameters.
--linear
Use the linear LILO option; this is only for backwards compatibility (and linear is
now used by default).
--nolinear
Use the nolinear LILO option; linear is now used by default.