[PINGUIN] nach Kernel Update grub automatisch konfigurieren lassen
Henning Oschwald
listmail at hoschwald.de
Do Sep 20 20:12:08 CEST 2007
Hallo Sebastian,
On Do, Sep 20 2007, Sebastian Dellit wrote:
> bei meinem Server ist es so, das nach einem Kernel Update grub
> automatisch aktualisiert wird. Bei meinem mediacenter nicht.
>
> gibt es einen Weg, dies nachzuholen?
# update-grub
Für das automatisierte Aktualisieren, schau Dir mal /etc/kernel-img.conf
an:
,----[ cat /etc/kernel-img.conf ]
| do_symlinks = yes
| relative_links = yes
| do_bootloader = no
| do_bootfloppy = no
| do_initrd = yes
| link_in_boot = no
| #postinst_hook = update-grub
| #postrm_hook = update-grub
`----
HTH
Henning