Change log for initramfs-tools package in Ubuntu

401444 of 444 results
Superseded in feisty-release
initramfs-tools (0.69ubuntu22) feisty; urgency=low

  * For copy_module_dir, actually call manual_module for each one, so deps are
    taken care of.

 -- Ben Collins <email address hidden>   Thu, 23 Nov 2006 02:10:29 -0500
Superseded in feisty-release
initramfs-tools (0.69ubuntu21) feisty; urgency=low

  * update-initramfs: Fix it so -v actually works (bad quoting).
  * hook-functions: Split sata and pata out of scsi into an ata section for
    auto module adding.
  * Make use of copy_module_dir for ata, scsi and ide, so we don't have to
    keep a hard list. This does increase the size of the initrd, but that's
    only because we are including modules that should be included anyway.

 -- Ben Collins <email address hidden>   Wed, 22 Nov 2006 22:11:48 -0500
Superseded in feisty-release
Obsolete in edgy-release
initramfs-tools (0.69ubuntu20) edgy; urgency=low

  * Add the LSI Logic MegaRAID SAS Driver (megaraid_sas) to the SCSI
    module list, common on newer Dell PowerEdge servers, among others.

 -- Adam Conrad <email address hidden>   Wed, 25 Oct 2006 18:16:15 +1000
Superseded in edgy-release
initramfs-tools (0.69ubuntu19) edgy; urgency=low

  * Check for "modules.dep" before running depmod, not "modules.depmod"
    which won't ever exist.  This caused depmod to be run after live
    filesystem generation without the restricted modules available, it
    could also randomly cause the same to happen on upgrades depending
    on the order packages are configured.  Ubuntu: #60938.

 -- Scott James Remnant <email address hidden>   Tue, 24 Oct 2006 18:51:09 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu18) edgy; urgency=low

  * Anchor regex in sed command to revert conffile edits, to avoid
    double-commenting RESUME= and causing a conffile prompt on upgrades
    (Closes: LP#66599)

 -- Matt Zimmerman <email address hidden>   Wed, 18 Oct 2006 04:54:45 -0700
Superseded in edgy-release
initramfs-tools (0.69ubuntu17) edgy; urgency=low

  [ Tollef Fog Heen ]
  * Load vga16fb on amd64.

  [ Adam Conrad ]
  * ... but only when booting with a splash.

 -- Adam Conrad <email address hidden>   Tue, 17 Oct 2006 12:29:35 +1000
Superseded in edgy-release
initramfs-tools (0.69ubuntu16) edgy; urgency=low

  * Bring in preinst fixes from Debian, including s/configure/install/ in
    preinst, since preinst is never called with "configure", and checking
    for /proc/swaps before we blindly try to read it to determine RESUME.
  * Do away with the bogus '-n "$2"' test in preinst, since "install" can
    be called without any arguments at all (and often is, on a clean setup)
  * On upgrades, revert the RESUME mangling that dapper's d-i did to our
    config file, avoiding spurious conffile prompts (launchpad.net/63693)

 -- Adam Conrad <email address hidden>   Mon, 16 Oct 2006 17:23:41 +1000
Superseded in edgy-release
initramfs-tools (0.69ubuntu15) edgy; urgency=low

  * Add jmicron module to ide list.
    - Malone #63085

 -- Ben Collins <email address hidden>   Wed,  4 Oct 2006 09:21:08 -0400
Superseded in edgy-release
initramfs-tools (0.69ubuntu14) edgy; urgency=low

  * Remove stray "set -x" from scripts/local-premount/suspend.

 -- Adam Conrad <email address hidden>   Wed, 20 Sep 2006 08:35:05 +1000
Superseded in edgy-release
initramfs-tools (0.69ubuntu13) edgy; urgency=low

  * Fix a typo that prevented the passing of the resolution to uswsusp

 -- Matthew Garrett <email address hidden>   Fri, 15 Sep 2006 22:09:24 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu12) edgy; urgency=low

  * Add support for high-res uswsusp

 -- Matthew Garrett <email address hidden>   Fri, 15 Sep 2006 21:46:29 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu11) edgy; urgency=low

  * since we ship /usr/share/initramfs-tools/conf.d as well as
    /etc/initramfs-tools/conf.d, make sure mkinitramfs also reads from both,
    not only from the /etc location

 -- Oliver Grawert <email address hidden>   Sun, 10 Sep 2006 11:50:14 +0200
Superseded in edgy-release
initramfs-tools (0.69ubuntu10) edgy; urgency=low

  * Create framebuffer device nodes unconditionally

 -- Matthew Garrett <email address hidden>   Tue,  5 Sep 2006 17:50:53 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu9) edgy; urgency=low

  * Mount /proc and /sys with more restrictive mount options. Ubuntu: #54530.

 -- Scott James Remnant <email address hidden>   Wed, 23 Aug 2006 11:29:35 +0200
Superseded in edgy-release
initramfs-tools (0.69ubuntu8) edgy; urgency=low

  * Add support for calling uswsusp

 -- Matthew Garrett <email address hidden>   Fri, 11 Aug 2006 09:53:30 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu7) edgy; urgency=low

  * Don't load vga16fb

 -- Matthew Garrett <email address hidden>   Mon,  7 Aug 2006 21:04:59 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu6) edgy; urgency=low

  * Change dependency to one on volumeid.

 -- Scott James Remnant <email address hidden>   Tue, 25 Jul 2006 14:04:28 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu5) edgy; urgency=low

  * Add dependency on libvolumeid0 so we can get the vol_id tool.
  * On fresh installation, after finding the active swap partition, store
    the UUID if possible.
  * On upgrade from dapper, rewrite the RESUME= line to use the UUID of the
    partition if possible.

  * Fix bug in previous patch, should check for UUID= or LABEL= before
    testing the existance of the "file".
  * Also force stat to dereference the /dev/disk/by-* symlinks.

 -- Scott James Remnant <email address hidden>   Mon, 24 Jul 2006 22:58:49 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu4) edgy; urgency=low

  * scripts/local-premount/suspend: Check for UUID= or LABEL= on the
    start of $resume, and use /dev/disk/by-{uuid,label} if found.

 -- Scott James Remnant <email address hidden>   Fri, 21 Jul 2006 17:58:34 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu3) edgy; urgency=low

  * debian/initramfs-tools.install, debian/initramfs-tools.preinst,
    debian/initramfs-tools.postinst: Copy default modules file in the
    postinst (when it's actually available) rather than in the preinst (when
    it isn't). Copy it from /usr/share/initramfs-tools/ rather than from
    /usr/share/doc/initramfs-tools/examples/, per policy.

 -- Colin Watson <email address hidden>   Thu, 13 Jul 2006 10:04:26 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu2) edgy; urgency=low

  * debian/initramfs-tools.preinst: Make sure /etc/initramfs-tools and
    /etc/initramfs-tools/conf.d exist before trying to write to them.

 -- Colin Watson <email address hidden>   Thu, 13 Jul 2006 09:19:05 +0100
Superseded in edgy-release
initramfs-tools (0.69ubuntu1) edgy; urgency=low

  [ Jeff Bailey ]
  * Merge from debian unstable.

Superseded in edgy-release
Obsolete in dapper-release
initramfs-tools (0.40ubuntu32) dapper; urgency=low

  * Revert 0.40ubuntu31.  This isn't as trivial as it should be.

 -- Matt Zimmerman <email address hidden>   Sun, 21 May 2006 10:17:50 -0700
Superseded in dapper-release
initramfs-tools (0.40ubuntu31) dapper; urgency=low

  * scripts/local-premount/resume: Print a message when a resume is about to
    begin (LP#41137)

 -- Matt Zimmerman <email address hidden>   Fri, 19 May 2006 15:14:53 -0700
Superseded in dapper-release
initramfs-tools (0.40ubuntu30) dapper; urgency=low

  * This release brought to you by Fujitsu hard drives, which have forced
    me to rewrite all my most recent initramfs-tools changes from memory.
  * Include arcmsr module in the scsi module list (launchpad.net/40075)
  * Abstract out the kernel minversion checking stuff into the function
    library, so we can reuse it to check minversion requirements for hook
    scripts as well (such as udev, which requires >= 2.6.15 in dapper)
  * Bump the kernel minversion to 2.6.15 on hppa and ia64, since they used
    initrd-tools with their 2.6.12 kernels in breezy, not initramfs-tools.
  * If mkinitramfs fails due to minversion not being met, don't bail out
    of update-initramfs, but just exit 0, so upgrades don't halt on it.
  * Conditionalise the use of lvm and md in mkinitramfs so it's a no-op if
    you don't have those packages installed, but allows for smooth upgrades
    if you have older versions that don't ship their own hooks yet.
  * Make prereqs conditional on the script/hook actually existing.  From
    now on, this means that 'PREREQ="udev"' means "run udev first, iff it
    happens to be installed".  Having the files exist on the filesystem if
    you have a HARD dependency should be enforced with package dependencies.
  * Add ohci1394 and sbp2 to the scsi module list (launchpad.net/37479)
  * Move framebuffer setup from usplash to scripts/local-top/framebuffer
    so that people booting with vga=1234 but no splash will still get a
    framebuffer instead of a useless black console (launchpad.net/27669)

 -- Adam Conrad <email address hidden>   Tue, 16 May 2006 19:51:08 +1000
Superseded in dapper-release
initramfs-tools (0.40ubuntu29) dapper; urgency=low

  * Make "update-initramfs -u" try to find the running kernel *after* it
    attempts to search the symbolic link list and its own sha1 list.
    Using this as a fallback, rather than the default, should solve most
    upgrade issues, where people found their initramfs was half-baked.

 -- Adam Conrad <email address hidden>   Wed, 19 Apr 2006 13:51:35 +1000
Superseded in dapper-release
initramfs-tools (0.40ubuntu28) dapper; urgency=low

  * Add raid10 module to the generic module list (launchpad.net/28028)
  * Add cpqarray to the scsi module list (launchpad.net/{26632,35202})
  * Unset debug before we run the real init (launchpad.net/24095)
  * Add the gdth module to the default scsi list (launchpad.net/31542)

 -- Adam Conrad <email address hidden>   Fri, 24 Mar 2006 04:33:44 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu27) dapper; urgency=low

  * Drop the evms, lvm and md local-top scripts; they're all provided by
    their own packages now.  This makes the depdencies rather nicer.

 -- Scott James Remnant <email address hidden>   Thu, 23 Mar 2006 18:04:48 +0000
Superseded in dapper-release
initramfs-tools (0.40ubuntu26) dapper; urgency=low

  * Add raid10 module to the generic module list (launchpad.net/28028)
  * Add cpqarray to the scsi module list (launchpad.net/{26632,35202})
  * Unset debug before we run the real init (launchpad.net/24095)
  * Add the gdth module to the default scsi list (launchpad.net/31542)

 -- Adam Conrad <email address hidden>   Fri, 24 Mar 2006 04:33:44 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu25) dapper; urgency=low

  * Move the "loop waiting for the root filesystem" code from the udev
    premount script to the local mountroot() function where it truly
    belongs.

 -- Scott James Remnant <email address hidden>   Wed, 22 Mar 2006 16:28:46 +0000
Superseded in dapper-release
initramfs-tools (0.40ubuntu24) dapper; urgency=low

  * Add support for LSI Logic's Fusion MPT SAS and FC controllers as well.

 -- Adam Conrad <email address hidden>   Thu, 23 Feb 2006 23:27:16 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu23) dapper; urgency=low

  * Grow a conf.d directory for config snippets, and toss the RESUME option
    in there, to stop editing our own conffile in our maintainer scripts.
  * Add a cleverly hackish preinst that will pull the RESUME setting from
    old config files, migrate it to conf.d/resume, and reset that part of the
    conffile to a factory fresh state.  This should fix the unwanted conffile
    prompt in breezy->dapper upgrades for people who made no local changes.

 -- Adam Conrad <email address hidden>   Fri, 17 Feb 2006 15:34:53 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu22) dapper; urgency=low

  * Add mptspi to the list of SCSI modules put in the initramfs by default,
    which is required for some LSI Logic controllers and for the VMware SCSI
    controller in recent VMware versions (See launchpad.net/{27187,31229})
  * Fix typo of /dev/disk/by-*, which I wrote as /dev/disks/by-{uuid,label}
  * Load i2c-keywest before loading therm_pm72 in the PowerPC thermal hook,
    since the latter sometimes needs the former (Closes launchpad.net/27269)

 -- Adam Conrad <email address hidden>   Tue, 14 Feb 2006 23:28:35 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu21) dapper; urgency=low

  * Don't update the progress bar once udev has taken /dev away;
    after all, we can't contact usplash anyway at this point.
Superseded in dapper-release
initramfs-tools (0.40ubuntu20) dapper; urgency=low

  * Add ... to end of strings to match main boot sequence.
Superseded in dapper-release
initramfs-tools (0.40ubuntu19) dapper; urgency=low

  * Change the first of many "Loading modules" to "Loading essential drivers"
    to improve debugging when people say it breaks at that stage.
Superseded in dapper-release
initramfs-tools (0.40ubuntu18) dapper; urgency=low


  * Add support for selecting root by UUID or LABEL with syntax such as:
    root=LABEL=myrootfs or root=UUID=92addf34-0f02-4a0e-bfb2-cbaa1e907b77

 -- Adam Conrad <email address hidden>  Fri,  3 Feb 2006 15:55:01 +0000
Superseded in dapper-release
Superseded in dapper-release
Superseded in dapper-release
initramfs-tools (0.40ubuntu16) dapper; urgency=low


  * Bump klibc-utils dependency to (>= 1.1.16-1), for hppa and ia64.

 -- Adam Conrad <email address hidden>  Thu, 19 Jan 2006 04:00:39 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu14) dapper; urgency=low


  * If copy_exec is asked to copy to the same location twice, check if
    we're copying the same file again.  If so, do nothing and carry on, if
    not, warn that we asked it for an impossibility, and don't overwrite.

 -- Adam Conrad <email address hidden>  Thu, 12 Jan 2006 18:00:12 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu13) dapper; urgency=low


  * Default to taking over other initramfs images in Ubuntu, as this is
    more consistent with what our packaging expects to be able to do.
  * Make "update-initramfs -u" try to find the running kernel before it
    attempts to search the symbolic link list and its own sha1 list.

 -- Adam Conrad <email address hidden>  Wed, 11 Jan 2006 16:25:20 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu12) dapper; urgency=low


  * Oops, move the progress state file into the new directory too.

 -- Adam Conrad <email address hidden>  Mon,  9 Jan 2006 21:26:44 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu9) dapper; urgency=low


  * Make some changes to cope with the new and improved klibc packaging:
    - Add a force to the deletion of ${DESTDIR}/bin/sh, to avoid errors.
    - Cope with libklibc moving from /usr/lib/klibc/lib to /lib.
    - Bump dependency on klibc-utils to one new enough for the above.

 -- Adam Conrad <email address hidden>  Thu,  5 Jan 2006 15:13:15 +1100
Superseded in dapper-release
initramfs-tools (0.40ubuntu8) dapper; urgency=low


  * Call modprobe everywhere with "-Qb" to silence messages and allow user
    blacklisting.
  * Copy the entire /etc/modprobe.d directory to the initramfs, so we can
    pick up all user blacklists and options.
  * Remove the slumber for SCSI/USB devices from the local filesystem mount
    script, udev's init-premount script will take care of this when
    necessary.

 -- Scott James Remnant <email address hidden>  Wed,  7 Dec 2005 16:18:12 +0000
Obsolete in breezy-release
initramfs-tools (0.32) breezy; urgency=low


  "An idea that is not dangerous is unworthy of being called an idea
   at all."
  - Oscar Wilde

  * scripts/nfs (mountroot): New variable: NFSOPTS, default to
    -o retranfs=10, hopefully closes 12942.  The can be
    overridden in the initramfs.conf file.
    Thanks to Oliver Grawert for testing this!

  * hook-scripts (auto_add_modules): Add jfs
    (dep_add_modules): Ditto.
    (Ubuntu #16742)
    Thanks to Colin Watson for this fix!

 -- Jeff Bailey <email address hidden>  Mon,  3 Oct 2005 23:03:23 -0400
401444 of 444 results