Re: kernel-package and grub
On Thursday 14 August 2003 13:20, Engosh wrote:
> I didn't know about update-grub, thanks. But I'm curious about if
> it's possible to include in the kernel-image-xxxxx.deb installation
> the automatic grub update ( as it do whith lilo).
man kernel-img.conf
,----[ from my box ]
| fernst@live:~$ cat /etc/kernel-img.conf
| # Do not create symbolic links in /
| do_symlinks = no
|
| postinst_hook = /sbin/update-grub
| postrm_hook = /sbin/update-grub
| do_bootloader = no
| do_bootfloppy = no
`----
HTH,
Flo
Reply to: