Thanks a lot! Upgraded initscripts and both problem (including the grub
problem in previous post you answered) were gone altogether.
Abel Cheung
On 3 Apr 2001, Chmouel Boudjnah wrote:
> "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
> }
>
>
>