You are not logged in.
If I don't change the name and use the Arch kernel as a starting point, will it overwrite the old kernel when i run pacman -U? i only need to change one item in menuconfig.
Thanks,
Offline
Yes it will, you should up the pkgrel to differentiate them
Offline
okay, perfect.
thanks!
Offline
Changing pkgrel is not sufficient IMO, because you could end up with, for example, kernel26-2.6.28.4-2, and we could then release 2.6.28.4-3, which would overwrite your changes. You can workaround this by making pacman ignore kernel26 during upgrades, but the better solution is to change the name of the package e.g. kernel26-tiger etc. See any of the AUR kernel26-* packages for inspiration.
Offline