Peter Ruskin wrote: > ebegin "Checking that /usr/src/linux is linked to booted kernel..." > if [ "/usr/src/linux-$(uname -r)" != "$(ls -l /usr/src/linux|cut -f2 > -d\>|cut -f2,3,4 -d' ')" ]
This looks more complicated than it really should be. Just run "ln" on reboot (stolen from your post): rm -f /usr/src/linux ln -s /usr/src/linux-$(uname -r) /usr/src/linux Best regards, -- Norberto "wants an AMD64 system right now!" Bensa 4544-9692 Ciudad de Buenos Aires, Argentina -- gentoo-user@gentoo.org mailing list