lp:ubuntu/feisty-proposed/kernel-package

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/feisty-proposed/kernel-package
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

23. By Tim Gardner

Launchpad: #125816, Fix string search expressions to find exact tokens.
Many string search expressions in this package could incorrectly match
on the wrong string. Consider these 2 lines in /etc/kernel-img.conf:

postinst_hook = /sbin/update-grub
header_postinst_hook = /etc/kernel/postinst.d/dkms

The original string search expression
$postinst_hook = "$1" if /postinst_hook\s*=\s*(\S+)/ig;
would match incorrectly on the last instance of 'postinst_hook' (header_postinst_hook),
thereby running the wrong post-installation script.

The new string search expression requires an exact match.

22. By Paul Sladen

Touch '/var/run/do-not-hibernate' instead of '/var/run/do-not-suspend'
to indicate to the power-management layer that the kernel that is likely
to be used following a hibernate/resume-from-hibernate cycle has changed.
Re-closes: (Launchpad: #14908)

21. By Ben Collins

Disable CRASH_DUMP kernel, now that we support relocatable ones.

20. By Ben Collins

Fix shell-in-perl-script stupido.

19. By Ben Collins

Touch file to show that kernel was upgraded, so suspend/resume scripts
can recognize to not allow this: /var/run/do-not-suspend

18. By Ben Collins

* Merge from debian unstable.

* Patches remaining:
  - kdump kernel type addition. This will probably get backed out once we
    can move to using stock kernel for kdump, with relocation.
  - update-initramfs usage
  - update-notifier usage
  - Disable some debconf stuff.

17. By Chuck Short

* Detect UTS_RELEASE_HEADER for 2.6.18 allows users to compile
  the 2.6.18 kernel.

* Also this patch is pre-emptive for edgy+1 kernel builds.

16. By Colin Watson

Redirect update-initramfs output to stderr to avoid confusing debconf
(closes: Malone #54346).

15. By Ben Collins

Do not show debconf notice about same-name kernel image updates for
official kernels. That's because we ensure ABI compatibility.

14. By Ben Collins

* Add support for kernels configured with CONFIG_CRASH_DUMP.
* Modifiy xen package names (from Chuck).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/karmic/kernel-package
This branch contains Public information 
Everyone can see this information.

Subscribers