Welcome to LQ.
This is a Fedora 9 example, removing all nctuns :
rm /boot/System.map-2.6.25.9-nctuns-20080826
rm /boot/config-2.6.25.9-nctuns-20080826
rm /boot/initrd-2.6.25.9-nctuns-20080826.img
rm /boot/vmlinuz-2.6.25.9-nctuns-20080826
rm /etc/ld.so.conf.d/nctuns.conf
rm /etc/udev/rules.d/55-nctuns.rules
This one is the real space saver ( 41 MB ) :
rm -rf /lib/modules/2.6.25.9-nctuns-20080826
.. be careful ... a typo, when using ' rm -rf '
.. will remove all files without asking for ' yes ' !
rm -rf /usr/local/nctuns/
And you can uncomment the nctuns entries in /boot/grub/grub.conf
if you want nctuns away from the boot menu :
Code:
# title NCTUns (2.6.25.9-nctuns-20080826)
# root (hd0,8)
# kernel /boot/vmlinuz-2.6.25.9-nctuns
# initrd /boot/initrd-2.6.25.9-nctuns