I got a notification about new updates today, the kernel 2.6.22-14 (and
it's headers) was installed.
During the setup I looked at the details and saw a message "the
/etc/kernel-img.conf file needs to be updated. please read news.debian[1]."
I'm unable to find that file news.debian.
What exactly should the file state?
The current content of /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 = /sbin/update-grub
postrm_hook = /sbin/update-grub
//Matthias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
02-13-2008, 12:52 PM
Han Pilmeyer
kernel-img.conf
On Wed, 2008-02-13 at 14:59 +0200, Matthias Andersson wrote:
During the setup I looked at the details and saw a message "the
/etc/kernel-img.conf file needs to be updated. please read news.debian[1]."
I'm unable to find that file news.debian.
What exactly should the file state?
The current content of /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 = /sbin/update-grub
postrm_hook** = /sbin/update-grub
I noticed the same thing last week. When you take a look at the /sbin/update-grub script you will notice two things:
The location of the news.debian file that you are looking for
That instead of /sbin/update-grub the new location is now /usr/sbin/update-grub
I believe this means that you should manually edit the kernel-img.conf file and change the location of update-grub.
--
Han Pilmeyer
pilux_at_pilmeyer_dot_nl
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
02-13-2008, 02:23 PM
Karl Larsen
kernel-img.conf
Han Pilmeyer wrote:
> On Wed, 2008-02-13 at 14:59 +0200, Matthias Andersson wrote:
>
>
>
>> During the setup I looked at the details and saw a message "the
>> /etc/kernel-img.conf file needs to be updated. please read news.debian[1]."
>>
>> I'm unable to find that file news.debian.
>>
>> What exactly should the file state?
>>
>> The current content of /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 = /sbin/update-grub
>> postrm_hook = /sbin/update-grub
>>
>
>
> I noticed the same thing last week. When you take a look at
> the /sbin/update-grub script you will notice two things:
>
> 1. The location of the news.debian file that you are looking for
> 2. That instead of /sbin/update-grub the new location is
> now /usr/sbin/update-grub
>
> I believe this means that you should manually edit the kernel-img.conf
> file and change the location of update-grub.
>
> --
> Han Pilmeyer
> pilux_at_pilmeyer_dot_nl
>
>
I checked and found:
So on my computer I have the same name file two places. What me
worry? :-)
Karl
--
Karl F. Larsen, AKA K5DI
Linux User
#450462 http://counter.li.org.
PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
02-13-2008, 02:37 PM
Gerald Dachs
kernel-img.conf
Quoting Han Pilmeyer <pilux@pilmeyer.nl>:
>
> On Wed, 2008-02-13 at 14:59 +0200, Matthias Andersson wrote:
>
>
>> During the setup I looked at the details and saw a message "the
>> /etc/kernel-img.conf file needs to be updated. please read news.debian[1]."
> I noticed the same thing last week. When you take a look at
> the /sbin/update-grub script you will notice two things:
>
> 1. The location of the news.debian file that you are looking for
> 2. That instead of /sbin/update-grub the new location is
> now /usr/sbin/update-grub
>
> I believe this means that you should manually edit the kernel-img.conf
> file and change the location of update-grub.
This message comes up with every kernel update for months already. It is
directed to the packager of the ubuntu kernel. The ubuntu users can safely
ignore it.
Gerald
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
02-13-2008, 02:37 PM
Gerald Dachs
kernel-img.conf
Quoting Han Pilmeyer <pilux@pilmeyer.nl>:
>
> On Wed, 2008-02-13 at 14:59 +0200, Matthias Andersson wrote:
>
>
>> During the setup I looked at the details and saw a message "the
>> /etc/kernel-img.conf file needs to be updated. please read news.debian[1]."
> I noticed the same thing last week. When you take a look at
> the /sbin/update-grub script you will notice two things:
>
> 1. The location of the news.debian file that you are looking for
> 2. That instead of /sbin/update-grub the new location is
> now /usr/sbin/update-grub
>
> I believe this means that you should manually edit the kernel-img.conf
> file and change the location of update-grub.
This message comes up with every kernel update for months already. It is
directed to the packager of the ubuntu kernel. The ubuntu users can safely
ignore it.
Gerald
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
02-13-2008, 03:03 PM
Janne Jokitalo
kernel-img.conf
On Wed, Feb 13, 2008 at 08:23:43AM -0700, Karl Larsen wrote:
> I checked and found:
>
> karl@karl-desktop:~$ locate update-grub
> /sbin/update-grub
> /usr/sbin/update-grub
>
> So on my computer I have the same name file two places. What me
> worry? :-)
jaska@scapa:~$ cat /sbin/update-grub
#!/bin/sh
#
# Wrapper to warn user about kernel-img.conf move
...
Why worry at all?
--
Jaska
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
02-13-2008, 06:36 PM
Matthias Andersson
kernel-img.conf
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ok, so even if I could ignore it I made the change to defer to
/usr/sbin/update-grub.
Got nothing to lose, right?
//Matthias
Gerald Dachs wrote:
> Quoting Han Pilmeyer <pilux@pilmeyer.nl>:
>
>> On Wed, 2008-02-13 at 14:59 +0200, Matthias Andersson wrote:
>>
>>
>>> During the setup I looked at the details and saw a message "the
>>> /etc/kernel-img.conf file needs to be updated. please read news.debian[1]."
>> I noticed the same thing last week. When you take a look at
>> the /sbin/update-grub script you will notice two things:
>>
>> 1. The location of the news.debian file that you are looking for
>> 2. That instead of /sbin/update-grub the new location is
>> now /usr/sbin/update-grub
>>
>> I believe this means that you should manually edit the kernel-img.conf
>> file and change the location of update-grub.
>
> This message comes up with every kernel update for months already. It is
> directed to the packager of the ubuntu kernel. The ubuntu users can safely
> ignore it.
>
> Gerald
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org