Hay, All
I'm customizing a fedora core 5. i want to add another linux kernel in fedora core 5 system. so the new fedora core5 will have 2 linux kernel. i want to choose my new linux kernel as the default selection in the grub menu. and treat the
2.6.15-1.2054_FC5smp as the secondary options. how should i do.
I add the mylinux-version in Core group in comps.xml file
<group>
<id>core</id>
<name>Core</name>
<packagereq type="mandatory">mylinux-version</packagereq>
....
so, after making a dvd iso image, i installed the distribution and found the new linux kernel don't contain in the /boot/grub/menu.lst.
the /boot/grub/menu.lst only have a item 2.5.15-1.2054_FC5smp
and when i login my system. i can rpm -i mylinux-version*.rpm to add a item in the menu.lst.