"R.I.P. Deaddog" <[EMAIL PROTECTED]> writes:

> The problem is a file symlink, not a directory symlink:
> 
> /boot/initrd.img -> /boot/initrd-2.4.2-20mdk.img
> 
> And it should be:
> 
> /boot/initrd.img -> initrd-2.4.2-20mdk.img
> Maybe I haven't explained as clear as I should be.

humm look like you wrong since i do relative symlink :

/sbin/installkernel:

function do_link () {
    ln -fs vmlinuz-$version $boot/vmlinuz
    ln -fs System.map-$version $boot/System.map
}


-- 
MandrakeSoft Inc                     http://www.chmouel.org
                      --Chmouel

Reply via email to