[ubuntu/maverick] initramfs-tools 0.97.2ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Jul 7 13:45:33 BST 2010


initramfs-tools (0.97.2ubuntu1) maverick; urgency=low

  * Resynchronise with Debian:
    - Fix initramfs generation without COMPRESS set (LP: #602523, #602621).
    Remaining changes:
    - Use busybox-initramfs for Depends.
    - Mount /dev with the default tmpfs size rather than sourcing udev.conf.
    - Set takeover=1 in update-initramfs.
    - Allow the mounting of a root filesystem as a loop device on top of a
      host filesystem, used for Wubi installs.
    - Add vfat support to the initramfs.
    - Add 2>&1 to the run-init line.
    - Add mountroot failure support, to allow meaningful messages when no
      root device can be found.
    - Panic if either the root device doesn't exist, or blkid cannot
      identify it.  Allows for mountroot failure hooks for md devices to be
      displayed.
    - Ignore blacklist for forced vga= usage.
    - Loop for 5 seconds waiting for $suspend to show up, adjustable with
      the resumedelay= command-line arg.
    - Allow for alternative PREREQS to be specified using | as the
      separator.
    - Support loading compcache from the initramfs.
    - Remove klibc utilities if busybox is in use.
    - Revert "framebuffer: Let udev create fb devices."  udev isn't started
      at this point and therefore can't create framebuffer devices.
    - Create /dev/mem and /dev/zero if video=uvesafb.
    - Add hid_* modules, since some keyboards will not be usable at the
      initramfs/busybox prompt without them.
    - Replace all instances of vol_id with blkid, and depend on util-linux.
    - Use gzip from busybox instead of klibc.  Depend on busybox-initramfs
      (>= 1:1.13.3-1ubuntu5) to ensure that we have it.
    - Remove bnx2 from the initramfs; it needs firmware, and at this stage
      we only support network modules that don't need firmware loading.
    - update-initramfs: check whether kernel-img.conf exists and
      postinst_hook is set before calling flash-kernel.
    - Don't display "Loading, please wait..." message when 'quiet' is in
      /proc/cmdline.
    - Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set
      to something other than "n", the script will not be included.
    - Restore the framebuffer hook and script, copying KMS and other
      framebuffer drivers into the initramfs, but make them optional; you
      need to set FRAMEBUFFER=y for these to be included.
    - Silence /bin/resume output when trying to resume.
    - Depend on a sufficient version of udev to load fbcon.
    - Conflict with older versions of usplash.
    - Don't load keymaps unless we're loading a framebuffer; but set the
      keymap before giving a root shell.
    - Add new initramfs-tools-bin package containing a binary that uses
      libudev to wait for udev to create the udev device, or wait for udev
      to finish processing if we catch it in the act, and returns the
      filesystem type as already probed by udev.  Use it while mounting
      local root filesystems and while resuming.
    - Add hwaddr= alias for BOOTIF= for compatibility.
    - Allow specifying multiple break points using a comma delimiter.
    - Automatically blacklist vga16fb when vga= or video= specified on
      kernel command-line.
    - Call 'plymouth message' before resuming, to notify the user of the
      reason for the delay if the plymouth theme supports it.
    - Add a new 'fixrtc' script that tries to set the system clock forward
      based on the last mount time of the root disk; without this kludge,
      systems without a working RTC will end up in a perpetual reboot loop.
    - Drop hooks/keymap and associated code; console-setup takes care of
      this in Ubuntu.

initramfs-tools (0.97.2) unstable; urgency=high

  * [ce732c3] initramfs-tools: output name of script that errexits.
    (Closes: 586554)

initramfs-tools (0.97.1) unstable; urgency=high

  * [90d99e4] mkinitramfs: Fix initramfs generation without COMPRESS set.
    (Closes: 587608) - thanks Valentin QUEQUET <valentin.quequet at orange.fr>

Date: Wed, 07 Jul 2010 13:35:54 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/initramfs-tools/0.97.2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 07 Jul 2010 13:35:54 +0100
Source: initramfs-tools
Binary: initramfs-tools initramfs-tools-bin
Architecture: source
Version: 0.97.2ubuntu1
Distribution: maverick
Urgency: high
Maintainer: Ubuntu Kernel Team <kernel-team at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 initramfs-tools - tools for generating an initramfs
 initramfs-tools-bin - binaries used by initramfs-tools
Closes: 586554 587608
Launchpad-Bugs-Fixed: 602523 602621
Changes: 
 initramfs-tools (0.97.2ubuntu1) maverick; urgency=low
 .
   * Resynchronise with Debian:
     - Fix initramfs generation without COMPRESS set (LP: #602523, #602621).
     Remaining changes:
     - Use busybox-initramfs for Depends.
     - Mount /dev with the default tmpfs size rather than sourcing udev.conf.
     - Set takeover=1 in update-initramfs.
     - Allow the mounting of a root filesystem as a loop device on top of a
       host filesystem, used for Wubi installs.
     - Add vfat support to the initramfs.
     - Add 2>&1 to the run-init line.
     - Add mountroot failure support, to allow meaningful messages when no
       root device can be found.
     - Panic if either the root device doesn't exist, or blkid cannot
       identify it.  Allows for mountroot failure hooks for md devices to be
       displayed.
     - Ignore blacklist for forced vga= usage.
     - Loop for 5 seconds waiting for $suspend to show up, adjustable with
       the resumedelay= command-line arg.
     - Allow for alternative PREREQS to be specified using | as the
       separator.
     - Support loading compcache from the initramfs.
     - Remove klibc utilities if busybox is in use.
     - Revert "framebuffer: Let udev create fb devices."  udev isn't started
       at this point and therefore can't create framebuffer devices.
     - Create /dev/mem and /dev/zero if video=uvesafb.
     - Add hid_* modules, since some keyboards will not be usable at the
       initramfs/busybox prompt without them.
     - Replace all instances of vol_id with blkid, and depend on util-linux.
     - Use gzip from busybox instead of klibc.  Depend on busybox-initramfs
       (>= 1:1.13.3-1ubuntu5) to ensure that we have it.
     - Remove bnx2 from the initramfs; it needs firmware, and at this stage
       we only support network modules that don't need firmware loading.
     - update-initramfs: check whether kernel-img.conf exists and
       postinst_hook is set before calling flash-kernel.
     - Don't display "Loading, please wait..." message when 'quiet' is in
       /proc/cmdline.
     - Allow scripts and hooks to specify OPTION=VAR, and unless VAR is set
       to something other than "n", the script will not be included.
     - Restore the framebuffer hook and script, copying KMS and other
       framebuffer drivers into the initramfs, but make them optional; you
       need to set FRAMEBUFFER=y for these to be included.
     - Silence /bin/resume output when trying to resume.
     - Depend on a sufficient version of udev to load fbcon.
     - Conflict with older versions of usplash.
     - Don't load keymaps unless we're loading a framebuffer; but set the
       keymap before giving a root shell.
     - Add new initramfs-tools-bin package containing a binary that uses
       libudev to wait for udev to create the udev device, or wait for udev
       to finish processing if we catch it in the act, and returns the
       filesystem type as already probed by udev.  Use it while mounting
       local root filesystems and while resuming.
     - Add hwaddr= alias for BOOTIF= for compatibility.
     - Allow specifying multiple break points using a comma delimiter.
     - Automatically blacklist vga16fb when vga= or video= specified on
       kernel command-line.
     - Call 'plymouth message' before resuming, to notify the user of the
       reason for the delay if the plymouth theme supports it.
     - Add a new 'fixrtc' script that tries to set the system clock forward
       based on the last mount time of the root disk; without this kludge,
       systems without a working RTC will end up in a perpetual reboot loop.
     - Drop hooks/keymap and associated code; console-setup takes care of
       this in Ubuntu.
 .
 initramfs-tools (0.97.2) unstable; urgency=high
 .
   * [ce732c3] initramfs-tools: output name of script that errexits.
     (Closes: 586554)
 .
 initramfs-tools (0.97.1) unstable; urgency=high
 .
   * [90d99e4] mkinitramfs: Fix initramfs generation without COMPRESS set.
     (Closes: 587608) - thanks Valentin QUEQUET <valentin.quequet at orange.fr>
Checksums-Sha1: 
 fe4d67ce633ca0b0a85f88a307761f35d157f499 1809 initramfs-tools_0.97.2ubuntu1.dsc
 7bd77a7dd71bb38db882fe2b3550508b76a28237 99764 initramfs-tools_0.97.2ubuntu1.tar.gz
Checksums-Sha256: 
 010dacefcf7eebe2705deeaa68a6e8cd58f2017b693fd31ff79e7993cc3a5073 1809 initramfs-tools_0.97.2ubuntu1.dsc
 6e2fda41d12ae22fceff909e5b88222206e63facadac1537a38574c957dc1a50 99764 initramfs-tools_0.97.2ubuntu1.tar.gz
Files: 
 1edebc66c9357963fab2fe2b501bf6e6 1809 utils optional initramfs-tools_0.97.2ubuntu1.dsc
 ff07e9c77735879b6200dfc3b0788c4b 99764 utils optional initramfs-tools_0.97.2ubuntu1.tar.gz
Original-Maintainer: Debian kernel team <debian-kernel at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iQIVAwUBTDR18jk1h9l9hlALAQjUVA/9HGzI3Elze+1CUI5F3vrqeJIxYHUIaSfb
wIlnB7JY/WHcWG5BAp0NDw0+ZSrqfvvHHCg5Qn2iMeAJZsAZY+IkYKnlLOxSTgoy
FeO1WFabpItPVZuzgnyVEw0VVWXQQ3TaV0LI6lJJ84iVT1jcXeqH1G7AcUhTV8mE
6pG9iYI+LvXXztiTs7gmD7ov7VzfYf68tXklltLF02g7do5OL79bKUn3XYuk0q6m
jIY97C/Z3mrSW3CLTjdFdVXFTpdOoLLetYx6UeotOOOx17MO6IgWjZLNJW/7TShw
1XXPthJ12CC9YDU1168dz7gQ5Fv2IvSVaKYBkMIfF/KAXpaxK7Qtrt+ON8M9goBi
jT5EQ6V6Pk2xqv+ek1VjbBToMSaB+ANz7kvAk30CovNge0HiCSrNZKJNwYFymruq
NKwe13Q4lEBCz5X4GHu3c80O55nx5kskFcG42BfQPHdNw7I4ahhwae890SriKdAv
HKUWoPhoD7Fv75VBzxCLSsieGH0yKmk4G5B4KOXkT3wUlMdJPLXJ1xEOoVRuhYYQ
E+ver4cU/3GmK67/Iz2Rv2OVcTWHBibs7+vpCoy9P05jGufRdypn74Cavzo2L0Pm
GnpMeX7CIeVjOyw5WmksT416hSRSM8AEjno4o7oGZ7tA3cAucsc/LhkfpXdDX+X1
NPGiIfVUDZo=
=CPGX
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list