From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830 Description of problem: The kernel pretty label (not version number), as generated into /etc/grub.conf, is inconsisent. For example: title Red Hat Linux (2.4.9-e.10debug) root (hd0,0) kernel /vmlinuz-2.4.9-e.10debug ro root=/dev/hda3 initrd /initrd-2.4.9-e.10debug.img title Red Hat Linux (2.4.9-e.10) root (hd0,0) kernel /vmlinuz-2.4.9-e.10 ro root=/dev/hda3 initrd /initrd-2.4.9-e.10.img title Red Hat Linux Advanced Server (2.4.9-e.3) root (hd0,0) kernel /vmlinuz-2.4.9-e.3 ro root=/dev/hda3 initrd /initrd-2.4.9-e.3.img While the kernel version number actually identifies itself as the AS enterprise version ('e'), the name of the kernel should be consistent as well. Either "Red Hat Linux Advanced Server" or "Red Hat Linux". One example of where this is an issue is in writing documentation discussing grub; examples must include a messy either/or case. While it is possible to easily edit /etc/grub.conf to make it consistent, this should not be a customer's job. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install RHLAS 2.1, note kernel pretty label in /etc/grub.conf (for 2.4.9-e.3) 2. Run up2date and update the kernel 3. Note that the kernel pretty label is inconsistent (esp. for 2.4.9-e.10) Actual Results: Kernel pretty labels are inconsistent. Expected Results: Kernel pretty labels should be consistent, either "Red Hat Linux" or "Red Hat Linux Advanced Server". Additional info:
Absolute duplicate of Bug 82352. Accidental resubmittal of POST information to a CGI resulted in this bug being entered twice. Mea culpa. *** This bug has been marked as a duplicate of 82352 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.