[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#571662: marked as done (linux-base: mishandles /boot/grub/menu.lst)



Your message dated Sun, 28 Feb 2010 22:05:25 +0000
with message-id <E1NlrGP-0004nm-0E@ries.debian.org>
and subject line Bug#571662: fixed in linux-2.6 2.6.33-1~experimental.2
has caused the Debian Bug report #571662,
regarding linux-base: mishandles /boot/grub/menu.lst
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
571662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571662
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-base
Version: 2.6.33-1~experimental.1+r15282
Severity: normal

Hi,

the /dev/sdX to UUID= messes up /boot/grub/menu.lst:
* the file header (everthing before ### BEGIN AUTOMAGIC KERNELS LIST is
  lost (timeout, color, default, ... are lost, would be more critical
  with console on serial port)
* instead all old settings in magic comments in the AUTOMAGIC KERNELS
  LIST are inserted as comments at the beginning of the file
* update-grub interprets some of these comments, e.g. altoptions which
  are appended to the settings in AUTOMAGIC KERNELS LIST, causing
  exploding number of kernels each time update-grub is called

Andreas

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (130, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-base depends on:
ii  debconf [debconf-2.0]         1.5.24     Debian configuration management sy
ii  libapt-pkg-perl               0.1.22+b1  Perl interface to libapt-pkg

linux-base recommends no packages.

linux-base suggests no packages.

-- debconf information:
  linux-base/disk-id-manual:
* linux-base/disk-id-convert-plan: true
* linux-base/disk-id-convert-auto: true
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default		0
#default		2

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title		Windows 95/98/NT/2000
# root		(hd0,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd0,1)
# kernel	/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/sda1 ro quiet

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single
# altoptions=(Limit RAM) mem=1280M

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title		Debian GNU/Linux, kernel 2.6.32-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=/dev/sda1 ro quiet 
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=/dev/sda1 ro quiet single
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=/dev/sda1 ro quiet mem=1280M
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel memtest86+
root		(hd0,0)
kernel		/boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST
# kopt=root=/dev/sda1 ro quiet
# groot=(hd0,0)
# alternative=true
# lockalternative=false
# defoptions=
# lockold=false
# xenhopt=
# xenkopt=console=tty0
# altoptions=(single-user mode) single
# altoptions=(Limit RAM) mem=1280M
# howmany=all
# memtest86=true
# updatedefaultentry=false
# savedefault=false
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single
# altoptions=(Limit RAM) mem=1280M
# altoptions=(single-user mode) single
# altoptions=(Limit RAM) mem=1280M
# altoptions=(single-user mode) single
# altoptions=(Limit RAM) mem=1280M

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title		Debian GNU/Linux, kernel 2.6.33-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.33-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.33-2-amd64

title		Debian GNU/Linux, kernel 2.6.33-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.33-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.33-2-amd64

title		Debian GNU/Linux, kernel 2.6.33-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.33-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.33-2-amd64

title		Debian GNU/Linux, kernel 2.6.33-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.33-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.33-2-amd64

title		Debian GNU/Linux, kernel 2.6.33-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.33-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.33-2-amd64

title		Debian GNU/Linux, kernel 2.6.33-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.33-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.33-2-amd64

title		Debian GNU/Linux, kernel 2.6.33-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.33-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.33-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.32-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.32-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.32-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.30-2-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.30-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.30-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.30-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.29-2-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.29-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.29-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.29-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.28-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.28-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.28-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.26-2-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.26-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.26-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.26-1-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.25-2-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.25-2-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.25-2-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.24-1-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.24-1-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.24-1-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro 
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64 (single-user mode)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro single
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel 2.6.22-3-amd64 (Limit RAM)
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.22-3-amd64 root=UUID=bfc4d8de-5304-4285-adf0-1a5f7f57e765 ro mem=1280M
initrd		/boot/initrd.img-2.6.22-3-amd64

title		Debian GNU/Linux, kernel memtest86+
root		(hd0,0)
kernel		/boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST

--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.33-1~experimental.2

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.33-1~experimental.2_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.33-1~experimental.2_all.deb
linux-2.6_2.6.33-1~experimental.2.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.33-1~experimental.2.diff.gz
linux-2.6_2.6.33-1~experimental.2.dsc
  to main/l/linux-2.6/linux-2.6_2.6.33-1~experimental.2.dsc
linux-base_2.6.33-1~experimental.2_all.deb
  to main/l/linux-2.6/linux-base_2.6.33-1~experimental.2_all.deb
linux-doc-2.6.33_2.6.33-1~experimental.2_all.deb
  to main/l/linux-2.6/linux-doc-2.6.33_2.6.33-1~experimental.2_all.deb
linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.2_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.2_amd64.deb
linux-headers-2.6.33-2-all_2.6.33-1~experimental.2_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.33-2-all_2.6.33-1~experimental.2_amd64.deb
linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
linux-headers-2.6.33-2-common_2.6.33-1~experimental.2_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.33-2-common_2.6.33-1~experimental.2_amd64.deb
linux-image-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
  to main/l/linux-2.6/linux-image-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
linux-libc-dev_2.6.33-1~experimental.2_amd64.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.33-1~experimental.2_amd64.deb
linux-manual-2.6.33_2.6.33-1~experimental.2_all.deb
  to main/l/linux-2.6/linux-manual-2.6.33_2.6.33-1~experimental.2_all.deb
linux-patch-debian-2.6.33_2.6.33-1~experimental.2_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.33_2.6.33-1~experimental.2_all.deb
linux-source-2.6.33_2.6.33-1~experimental.2_all.deb
  to main/l/linux-2.6/linux-source-2.6.33_2.6.33-1~experimental.2_all.deb
linux-support-2.6.33-2_2.6.33-1~experimental.2_all.deb
  to main/l/linux-2.6/linux-support-2.6.33-2_2.6.33-1~experimental.2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 571662@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@debian.org> (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 28 Feb 2010 17:48:11 +0100
Source: linux-2.6
Binary: linux-source-2.6.33 linux-doc-2.6.33 linux-manual-2.6.33 linux-patch-debian-2.6.33 firmware-linux-free linux-support-2.6.33-2 linux-base linux-libc-dev linux-headers-2.6.33-2-all linux-headers-2.6.33-2-all-alpha linux-headers-2.6.33-2-common linux-image-2.6.33-2-alpha-generic linux-headers-2.6.33-2-alpha-generic linux-image-2.6.33-2-alpha-smp linux-headers-2.6.33-2-alpha-smp linux-image-2.6.33-2-alpha-legacy linux-headers-2.6.33-2-alpha-legacy linux-headers-2.6.33-2-all-amd64 linux-image-2.6.33-2-amd64 linux-headers-2.6.33-2-amd64 linux-headers-2.6.33-2-all-armel linux-image-2.6.33-2-iop32x linux-headers-2.6.33-2-iop32x linux-image-2.6.33-2-ixp4xx linux-headers-2.6.33-2-ixp4xx linux-image-2.6.33-2-kirkwood linux-headers-2.6.33-2-kirkwood linux-image-2.6.33-2-orion5x linux-headers-2.6.33-2-orion5x linux-image-2.6.33-2-versatile linux-headers-2.6.33-2-versatile linux-headers-2.6.33-2-all-hppa linux-image-2.6.33-2-parisc linux-headers-2.6.33-2-parisc linux-image-2.6.33-2
 -parisc-smp
 linux-headers-2.6.33-2-parisc-smp linux-image-2.6.33-2-parisc64 linux-headers-2.6.33-2-parisc64 linux-image-2.6.33-2-parisc64-smp linux-headers-2.6.33-2-parisc64-smp linux-headers-2.6.33-2-all-i386 linux-image-2.6.33-2-486 linux-headers-2.6.33-2-486 linux-image-2.6.33-2-686 linux-headers-2.6.33-2-686 linux-image-2.6.33-2-686-bigmem linux-headers-2.6.33-2-686-bigmem linux-headers-2.6.33-2-all-ia64 linux-image-2.6.33-2-itanium linux-headers-2.6.33-2-itanium linux-image-2.6.33-2-mckinley linux-headers-2.6.33-2-mckinley linux-headers-2.6.33-2-all-m68k linux-image-2.6.33-2-amiga linux-headers-2.6.33-2-amiga linux-image-2.6.33-2-atari linux-headers-2.6.33-2-atari linux-image-2.6.33-2-bvme6000 linux-headers-2.6.33-2-bvme6000 linux-image-2.6.33-2-mac linux-headers-2.6.33-2-mac linux-image-2.6.33-2-mvme147 linux-headers-2.6.33-2-mvme147 linux-image-2.6.33-2-mvme16x linux-headers-2.6.33-2-mvme16x linux-headers-2.6.33-2-all-mips linux-image-2.6.33-2-r4k-ip22 linux-headers-2.6.33-2-r4k-
 ip22
 linux-image-2.6.33-2-r5k-ip32 linux-headers-2.6.33-2-r5k-ip32 linux-image-2.6.33-2-sb1-bcm91250a linux-headers-2.6.33-2-sb1-bcm91250a linux-image-2.6.33-2-sb1a-bcm91480b linux-headers-2.6.33-2-sb1a-bcm91480b linux-image-2.6.33-2-4kc-malta linux-headers-2.6.33-2-4kc-malta linux-image-2.6.33-2-5kc-malta linux-headers-2.6.33-2-5kc-malta linux-headers-2.6.33-2-all-mipsel linux-image-2.6.33-2-r5k-cobalt linux-headers-2.6.33-2-r5k-cobalt linux-headers-2.6.33-2-all-powerpc linux-image-2.6.33-2-powerpc linux-headers-2.6.33-2-powerpc linux-image-2.6.33-2-powerpc-smp linux-headers-2.6.33-2-powerpc-smp linux-image-2.6.33-2-powerpc64 linux-headers-2.6.33-2-powerpc64 linux-headers-2.6.33-2-all-s390 linux-image-2.6.33-2-s390x linux-headers-2.6.33-2-s390x linux-image-2.6.33-2-s390x-tape linux-headers-2.6.33-2-all-sparc linux-image-2.6.33-2-sparc64 linux-headers-2.6.33-2-sparc64 linux-image-2.6.33-2-sparc64-smp linux-headers-2.6.33-2-sparc64-smp linux-headers-2.6.33-2-all-sparc64
Architecture: source all amd64
Version: 2.6.33-1~experimental.2
Distribution: experimental
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@debian.org>
Description: 
 firmware-linux-free - Binary firmware for various drivers in the Linux kernel
 linux-base - Linux image base package
 linux-doc-2.6.33 - Linux kernel specific documentation for version 2.6.33
 linux-headers-2.6.33-2-486 - Header files for Linux 2.6.33-2-486
 linux-headers-2.6.33-2-4kc-malta - Header files for Linux 2.6.33-2-4kc-malta
 linux-headers-2.6.33-2-5kc-malta - Header files for Linux 2.6.33-2-5kc-malta
 linux-headers-2.6.33-2-686 - Header files for Linux 2.6.33-2-686
 linux-headers-2.6.33-2-686-bigmem - Header files for Linux 2.6.33-2-686-bigmem
 linux-headers-2.6.33-2-all - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-alpha - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-amd64 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-armel - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-hppa - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-i386 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-ia64 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-m68k - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-mips - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-mipsel - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-powerpc - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-s390 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-sparc - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-all-sparc64 - All header files for Linux 2.6.33
 linux-headers-2.6.33-2-alpha-generic - Header files for Linux 2.6.33-2-alpha-generic
 linux-headers-2.6.33-2-alpha-legacy - Header files for Linux 2.6.33-2-alpha-legacy
 linux-headers-2.6.33-2-alpha-smp - Header files for Linux 2.6.33-2-alpha-smp
 linux-headers-2.6.33-2-amd64 - Header files for Linux 2.6.33-2-amd64
 linux-headers-2.6.33-2-amiga - Header files for Linux 2.6.33-2-amiga
 linux-headers-2.6.33-2-atari - Header files for Linux 2.6.33-2-atari
 linux-headers-2.6.33-2-bvme6000 - Header files for Linux 2.6.33-2-bvme6000
 linux-headers-2.6.33-2-common - Common header files for Linux 2.6.33-2
 linux-headers-2.6.33-2-iop32x - Header files for Linux 2.6.33-2-iop32x
 linux-headers-2.6.33-2-itanium - Header files for Linux 2.6.33-2-itanium
 linux-headers-2.6.33-2-ixp4xx - Header files for Linux 2.6.33-2-ixp4xx
 linux-headers-2.6.33-2-kirkwood - Header files for Linux 2.6.33-2-kirkwood
 linux-headers-2.6.33-2-mac - Header files for Linux 2.6.33-2-mac
 linux-headers-2.6.33-2-mckinley - Header files for Linux 2.6.33-2-mckinley
 linux-headers-2.6.33-2-mvme147 - Header files for Linux 2.6.33-2-mvme147
 linux-headers-2.6.33-2-mvme16x - Header files for Linux 2.6.33-2-mvme16x
 linux-headers-2.6.33-2-orion5x - Header files for Linux 2.6.33-2-orion5x
 linux-headers-2.6.33-2-parisc - Header files for Linux 2.6.33-2-parisc
 linux-headers-2.6.33-2-parisc-smp - Header files for Linux 2.6.33-2-parisc-smp
 linux-headers-2.6.33-2-parisc64 - Header files for Linux 2.6.33-2-parisc64
 linux-headers-2.6.33-2-parisc64-smp - Header files for Linux 2.6.33-2-parisc64-smp
 linux-headers-2.6.33-2-powerpc - Header files for Linux 2.6.33-2-powerpc
 linux-headers-2.6.33-2-powerpc-smp - Header files for Linux 2.6.33-2-powerpc-smp
 linux-headers-2.6.33-2-powerpc64 - Header files for Linux 2.6.33-2-powerpc64
 linux-headers-2.6.33-2-r4k-ip22 - Header files for Linux 2.6.33-2-r4k-ip22
 linux-headers-2.6.33-2-r5k-cobalt - Header files for Linux 2.6.33-2-r5k-cobalt
 linux-headers-2.6.33-2-r5k-ip32 - Header files for Linux 2.6.33-2-r5k-ip32
 linux-headers-2.6.33-2-s390x - Header files for Linux 2.6.33-2-s390x
 linux-headers-2.6.33-2-sb1-bcm91250a - Header files for Linux 2.6.33-2-sb1-bcm91250a
 linux-headers-2.6.33-2-sb1a-bcm91480b - Header files for Linux 2.6.33-2-sb1a-bcm91480b
 linux-headers-2.6.33-2-sparc64 - Header files for Linux 2.6.33-2-sparc64
 linux-headers-2.6.33-2-sparc64-smp - Header files for Linux 2.6.33-2-sparc64-smp
 linux-headers-2.6.33-2-versatile - Header files for Linux 2.6.33-2-versatile
 linux-image-2.6.33-2-486 - Linux 2.6.33 for old PCs
 linux-image-2.6.33-2-4kc-malta - Linux 2.6.33 for MIPS Malta
 linux-image-2.6.33-2-5kc-malta - Linux 2.6.33 for MIPS Malta (64-bit)
 linux-image-2.6.33-2-686 - Linux 2.6.33 for modern PCs
 linux-image-2.6.33-2-686-bigmem - Linux 2.6.33 for PCs with 4GB+ RAM
 linux-image-2.6.33-2-alpha-generic - Linux 2.6.33 for Alpha
 linux-image-2.6.33-2-alpha-legacy - Linux 2.6.33 for Alpha Legacy
 linux-image-2.6.33-2-alpha-smp - Linux 2.6.33 for Alpha SMP
 linux-image-2.6.33-2-amd64 - Linux 2.6.33 for 64-bit PCs
 linux-image-2.6.33-2-amiga - Linux 2.6.33 for Amiga
 linux-image-2.6.33-2-atari - Linux 2.6.33 for Atari
 linux-image-2.6.33-2-bvme6000 - Linux 2.6.33 for BVM BVME4000 and BVME6000
 linux-image-2.6.33-2-iop32x - Linux 2.6.33 for IOP32x
 linux-image-2.6.33-2-itanium - Linux 2.6.33 for Itanium
 linux-image-2.6.33-2-ixp4xx - Linux 2.6.33 for IXP4xx
 linux-image-2.6.33-2-kirkwood - Linux 2.6.33 for Marvell Kirkwood
 linux-image-2.6.33-2-mac - Linux 2.6.33 for Macintosh
 linux-image-2.6.33-2-mckinley - Linux 2.6.33 for Itanium II
 linux-image-2.6.33-2-mvme147 - Linux 2.6.33 for Motorola MVME147
 linux-image-2.6.33-2-mvme16x - Linux 2.6.33 for Motorola MVME162/6/7, MVME172/7
 linux-image-2.6.33-2-orion5x - Linux 2.6.33 for Marvell Orion
 linux-image-2.6.33-2-parisc - Linux 2.6.33 for 32-bit PA-RISC
 linux-image-2.6.33-2-parisc-smp - Linux 2.6.33 for multiprocessor 32-bit PA-RISC
 linux-image-2.6.33-2-parisc64 - Linux 2.6.33 for 64-bit PA-RISC
 linux-image-2.6.33-2-parisc64-smp - Linux 2.6.33 for multiprocessor 64-bit PA-RISC
 linux-image-2.6.33-2-powerpc - Linux 2.6.33 for uniprocessor 32-bit PowerPC
 linux-image-2.6.33-2-powerpc-smp - Linux 2.6.33 for multiprocessor 32-bit PowerPC
 linux-image-2.6.33-2-powerpc64 - Linux 2.6.33 for 64-bit PowerPC
 linux-image-2.6.33-2-r4k-ip22 - Linux 2.6.33 for SGI IP22
 linux-image-2.6.33-2-r5k-cobalt - Linux 2.6.33 for Cobalt
 linux-image-2.6.33-2-r5k-ip32 - Linux 2.6.33 for SGI IP32
 linux-image-2.6.33-2-s390x - Linux 2.6.33 for IBM zSeries
 linux-image-2.6.33-2-s390x-tape - Linux 2.6.33 for IBM zSeries, IPL from tape
 linux-image-2.6.33-2-sb1-bcm91250a - Linux 2.6.33 for BCM91250A
 linux-image-2.6.33-2-sb1a-bcm91480b - Linux 2.6.33 for BCM91480B
 linux-image-2.6.33-2-sparc64 - Linux 2.6.33 for uniprocessor 64-bit UltraSPARC
 linux-image-2.6.33-2-sparc64-smp - Linux 2.6.33 for multiprocessor 64-bit UltraSPARC
 linux-image-2.6.33-2-versatile - Linux 2.6.33 for Versatile
 linux-libc-dev - Linux support headers for userspace development
 linux-manual-2.6.33 - Linux kernel API manual pages for version 2.6.33
 linux-patch-debian-2.6.33 - Debian patches to version 2.6.33 of the Linux kernel
 linux-source-2.6.33 - Linux kernel source for version 2.6.33 with Debian patches
 linux-support-2.6.33-2 - Support files for Linux 2.6.33
Closes: 571558 571662
Changes: 
 linux-2.6 (2.6.33-1~experimental.2) experimental; urgency=low
 .
   [ Ben Hutchings ]
   * Add missing debconf templates for linux-base (Closes: #571558)
   * Fix libata transition code for GRUB 1 config (Closes: #571662)
Checksums-Sha1: 
 1a152132b976a66a18dc6d3c771d2bb20b6cffe4 4710 linux-2.6_2.6.33-1~experimental.2.dsc
 2b78d054edb8165b67acb2423e9b9257c77eef4e 386478 linux-2.6_2.6.33-1~experimental.2.diff.gz
 ee7b36d982bbb9246259fcd4a7c7b0265555668f 6085848 linux-doc-2.6.33_2.6.33-1~experimental.2_all.deb
 591397629adb4dced15ab9519af6b4844dcad3fd 2758524 linux-manual-2.6.33_2.6.33-1~experimental.2_all.deb
 45d561bd7673d815f13cadda4a7c550ff1625826 236824 linux-patch-debian-2.6.33_2.6.33-1~experimental.2_all.deb
 9807a64bae597a9bbdc7a19ac18fe0c88d4fb2c7 65416002 linux-source-2.6.33_2.6.33-1~experimental.2_all.deb
 8554c7231049df2cfe5c0a69f30cdd414bae8883 138626 linux-support-2.6.33-2_2.6.33-1~experimental.2_all.deb
 e358555e4a91e13f1e8c28bd03348d2e62aa1513 127490 firmware-linux-free_2.6.33-1~experimental.2_all.deb
 8709c204c8490eec3f33ef5ed20b9bd98f5157f0 132704 linux-base_2.6.33-1~experimental.2_all.deb
 bd34eaedf87a5e2fe90a31a269c7f84729c3bc2b 27850950 linux-image-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
 e7d8d411102470e00c30690b6946d1a611aa0d3a 488206 linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
 749f1491c98cd532763d3a9bd774212325cb0901 3911794 linux-headers-2.6.33-2-common_2.6.33-1~experimental.2_amd64.deb
 eef4b10ac6ba24a647bdd42f5554a4d278047462 122526 linux-headers-2.6.33-2-all_2.6.33-1~experimental.2_amd64.deb
 f0b68c9a8b5022cdca12d32bd0730254ab345e5a 122524 linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.2_amd64.deb
 6f85d9133322bced162c16a1d2adf96ae6ba9c57 867234 linux-libc-dev_2.6.33-1~experimental.2_amd64.deb
Checksums-Sha256: 
 5367e8a59c46c6945a6bd84b2a49010ff7946fe69ef24a26e9075d89877981e1 4710 linux-2.6_2.6.33-1~experimental.2.dsc
 66acc544f519ef7a2717bd1741d5d5483826e551a07b9ade982d4ae241482436 386478 linux-2.6_2.6.33-1~experimental.2.diff.gz
 b6a1f06cc8f245dba84098eae612c81675f6b8d961c0ce250b779549e0e1bfed 6085848 linux-doc-2.6.33_2.6.33-1~experimental.2_all.deb
 eef3e22ea6911a748e688309120cf7bbcc1596d7dd5ed3ca32c04aa94623432f 2758524 linux-manual-2.6.33_2.6.33-1~experimental.2_all.deb
 e505618103a46cd29f3e1c44b4c46da603503aca9126857666489446ef14bdcd 236824 linux-patch-debian-2.6.33_2.6.33-1~experimental.2_all.deb
 638bc37852d89cc2e7c1993e12de85578885681a27cf221a588e9e7f60af6835 65416002 linux-source-2.6.33_2.6.33-1~experimental.2_all.deb
 863b2c19de8fb54843eae1967fae605b7aa3511100e5bd8f9be1ffe34ef2ae9f 138626 linux-support-2.6.33-2_2.6.33-1~experimental.2_all.deb
 b510e3ef7a7dfc89e707ba1ffe11a11253300da5efc9acd4448cdd0d23d248c3 127490 firmware-linux-free_2.6.33-1~experimental.2_all.deb
 c8ef4180f880622ad4c8d18289c0f642e2a817f3de12108cb1539a9a1917434b 132704 linux-base_2.6.33-1~experimental.2_all.deb
 82d651dffa6ddc8302fb2257a76cca59a34b6d0afc8bfecab6b9a9e0a4f63469 27850950 linux-image-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
 521b6bcee7e1e558893a6d0eca52d4d9bd55ce540bacefd532430b4109a4c199 488206 linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
 03c87409cab370db30a91ef726ffbcf6f19fab6d74010b97b1092ffffa5bfe50 3911794 linux-headers-2.6.33-2-common_2.6.33-1~experimental.2_amd64.deb
 3aab290931f590b048dc863f0b4e5b50bb1f3df1503d0db8771fa00ba4f31276 122526 linux-headers-2.6.33-2-all_2.6.33-1~experimental.2_amd64.deb
 770d1bdea45bf61f326b335f67b29b20cdfee9d7ba772b7a9d699f93382812b0 122524 linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.2_amd64.deb
 69a1b969734d317ffdb29602b5b552246eedf615e5a708dc5f4b646d278b0f1f 867234 linux-libc-dev_2.6.33-1~experimental.2_amd64.deb
Files: 
 ee72132d800400f658ac0f7e4a3a1cbb 4710 kernel optional linux-2.6_2.6.33-1~experimental.2.dsc
 322fbe0c78f6c39be185edb877d8d038 386478 kernel optional linux-2.6_2.6.33-1~experimental.2.diff.gz
 407cf62d2c4a9d2ee574861d1f13849c 6085848 doc optional linux-doc-2.6.33_2.6.33-1~experimental.2_all.deb
 645b557f72fe960817c9e071f7d83b6d 2758524 doc optional linux-manual-2.6.33_2.6.33-1~experimental.2_all.deb
 f8fb4edb80ae694585666cbd5a8641ce 236824 kernel optional linux-patch-debian-2.6.33_2.6.33-1~experimental.2_all.deb
 47cfe84f0921faa676fb8e256dc98da0 65416002 kernel optional linux-source-2.6.33_2.6.33-1~experimental.2_all.deb
 64776ffbe041b13411cbdd1cbd9be6d6 138626 devel optional linux-support-2.6.33-2_2.6.33-1~experimental.2_all.deb
 2cf3f439cbf77603c911a72fa269cfa3 127490 kernel optional firmware-linux-free_2.6.33-1~experimental.2_all.deb
 12f6956f18c50649c489d43660eed13f 132704 kernel optional linux-base_2.6.33-1~experimental.2_all.deb
 16fd7036fb2c7ae79982446ac5541893 27850950 kernel optional linux-image-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
 a9be854f91d96765cceea2fa99e62edb 488206 kernel optional linux-headers-2.6.33-2-amd64_2.6.33-1~experimental.2_amd64.deb
 5f765aabd992ddd206b699bbcc1d2045 3911794 kernel optional linux-headers-2.6.33-2-common_2.6.33-1~experimental.2_amd64.deb
 5107d984208e22ea1a4e438e5815b0c9 122526 kernel optional linux-headers-2.6.33-2-all_2.6.33-1~experimental.2_amd64.deb
 05b0a3ccdfac83ef90278865cd112b38 122524 kernel optional linux-headers-2.6.33-2-all-amd64_2.6.33-1~experimental.2_amd64.deb
 891c3b6f895156381906c135e37e3109 867234 devel optional linux-libc-dev_2.6.33-1~experimental.2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkuK0QIACgkQeW7Lc5tEHqhd4wCeM3ziRmzQsf/yOBf5gaBomZit
jJoAniOAwQihyMqeSA2NAGTN3ronCQUQ
=o50w
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: