simonbcn n00b

Joined: 01 Aug 2011 Posts: 69 Location: Denmark
|
Posted: Fri Nov 28, 2014 3:06 pm Post subject: Hardened kernel names and GRUB2 |
|
|
When I install a kernel with -rN and update GRUB2 menuentrys, it set the last version -rN after the previous version (without -rN).
Example: I had installed 'hardened-sources-3.17.4' and now I have upgraded to 'hardened-sources-3.17.4-r1' and when I update grub2 the order of menuentrys are:
Code: | menuentry 'Gentoo GNU/Linux, con Linux 3.17.4-hardened-xxxx-grspax-ipv6-64' --class gentoo ...
menuentry 'Gentoo GNU/Linux, con Linux 3.17.4-hardened-r1-xxxx-grspax-ipv6-64' --class gentoo ...
|
Is there any way to solve this automatically? |
|