Changes between Version 4 and Version 5 of Doc/OS/Customization


Ignore:
Timestamp:
Mar 10, 2008, 10:06:24 AM (18 years ago)
Author:
jouvin
Comment:

Update section about kernel version selection

Legend:

Unmodified
Added
Removed
Modified
  • Doc/OS/Customization

    v4 v5  
    3030== Selecting Kernel Version ==
    3131
    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 :
     32Normally, 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 :
    3333
    3434 * `KERNEL_VERSION_NUM` : this must contain the kernel version, as it is in the RPM name, without the architecture.
    3535 * `KERNEL_VARIANT` : `smp`, `hugemem`, `largesmp`... or nothing (empty string) for non smp kernel.
    3636
     37Proper 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.''
    3740
    3841== Selecting Kernel Architecture ==