On Wednesday 31 August 2005 04:25, Daevid Vincent wrote:
> Somehow net-wireless/madwifi-driver has broken on me (0.1_pre20050420-r1),
> so I thought I'd recompile it. No luck. So I thought, maybe my kernel
> source was different than my actual kernel (2.6.10-gentoo-r6), so I ran:
> "make bzImage modules modules_install"
>
> Copied and renamed the bzImage file over to /boot and all that jazz.
>
> But I don't think I'm getting the right kernel as the date for my kernel is
> today, but my vmlinuz is older.
>
> How is that symlink created? And how is the vmlinuz-2.6.10-gentoo-r6
> created? What happens if I rm that symlink or the file? Is my system
> unbootable?
>

if you type 'make install' (very recommended) the vmlinuz-2.6.XX file is 
copied to /boot, alongside its corresponding config and system.map.
A 'vmlinuz'/'System.map' link is created that points to the latest installed 
kernel, and some '*.old' symlinks that point to the previous kernel version.

Can you safely remove all this symlinks?
Yes, of course.

But it is very convinient, to have vmlinuz and vmlinuz.old as boot options in 
grub.conf.
This way, you'll have nothing to do after an update, and the old kernel is 
always there as a safety net.

make all modules_install install and you have nothing to do (except 
mounting /boot).
-- 
gentoo-user@gentoo.org mailing list

Reply via email to