Bugzilla – Bug 1224776
make install in kernel directory adds "1.13" to distro name in grub
Last modified: 2024-05-21 14:55:14 UTC
Whenever I build and install a kernel and "make install" finishes both the grub entries that were there before and the new one have a "1.13" appended to the distro name, so it looks like "openSUSE Tumbleweed 1.13" instead of just "openSUSE Tumbleweed" Steps to reproduce: 1. install the `kernel-source` package 2. build the kernel in /usr/src/linux 3. run `make modules_install && make install` 4. run `cat /boot/grub2/grub.cfg` or just reboot and look at the entries in grub