Grant wrote:
> Great!  Tab competion is awesome.  I had to specify the path like so:
> 
> kernel /kernel-2.6.22-hardened-r8 root=/dev/sda3
> 
> instead of /boot/kernel-2.6.22-hardened-r8.  Does anyone know why that
> might be?  Thanks Dale.

IIRC, grub-install creates a symlink in /boot named "boot" wich points to /boot:

 [EMAIL PROTECTED] ~ $ ll /boot/boot
 lrwxrwxrwx 1 root root 1  1. Jul 00:01 /boot/boot -> .

Now you can write
 kernel /kernel-x-y-z
and
 kernel /boot/kernel-x-y-z

and both lines will point to the same kernel ;)

-- 
Johann Schmitz
http://www.j-schmitz.net

-- 
[EMAIL PROTECTED] mailing list

Reply via email to