"Joseph Cheek" <[EMAIL PROTECTED]> writes:

> ahh, thank you.  next questions:
> 
> how do i get it to work on a remote display?  setting DISPLAY= in the shell
> prior to running g_auto_install doesn't work, nor does editing
> g_auto_install to add an $ENV{DISPLAY}= line.

??  DISPLAY=leia:1 ./g_auto_install works here

> 
> i'm trying to figure out how sub add_kernel() in lilo.pm works. if i want it
> to install my custom kernel, do i just append an add_kernel call below the
> others in sub suggest(), or is there more to it?

you're right.

eg:
    add_kernel($prefix, $lilo, '2.0.36', 'old',
               {
                label => 'old kernel',
                root  => "/dev/$root",
               });

would add an entry for /boot/vmlinuz-2.0.36old

be carefull to ensure the package containing that kernel is installed (or it's a
nop)

Reply via email to