Changes between Version 4 and Version 5 of Doc/OS/Customization
- Timestamp:
- Mar 10, 2008, 10:06:24 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/OS/Customization
v4 v5 30 30 == Selecting Kernel Version == 31 31 32 Normally, standard templates provide an appropriate definition of the kernel number and variant (smp, hugemem...) according to hardware present (as declared in templates). If you want to override this default (used in particular to configure Grub), you can use the following variables :32 Normally, standard templates provide an appropriate definition of the kernel number and variant (smp, hugemem...) according to hardware present (as declared in templates). If you want to override this default, you can use the following variables : 33 33 34 34 * `KERNEL_VERSION_NUM` : this must contain the kernel version, as it is in the RPM name, without the architecture. 35 35 * `KERNEL_VARIANT` : `smp`, `hugemem`, `largesmp`... or nothing (empty string) for non smp kernel. 36 36 37 Proper definition of these variables is important. They are used both to select RPMs to install for kernel and kernel modules and to configure Grub. 38 39 ''Note : only one version of RPMs for kernel and kernel module are present at anytime in the configuration. Be cautious when changing one of these variables on an already installed machine as it will uninstall previously used version. This will change in the future when SPMA will be able to keep the previously installed version, even if no longer part of the configuration. Grub cannot be configured to use a kernel version other than the one present in the node profile.'' 37 40 38 41 == Selecting Kernel Architecture ==