Change logs for initramfs-tools source package in Feisty

  • initramfs-tools (0.85eubuntu10) feisty; urgency=low
    
      * As well as waiting for the existance of the root device node, also check
        to see whether we have a filesystem of some kind on it.  Some devices
        nodes (devmapper/LVM/EVMS, mdadm) will exist before they can be safely
        used.  LP: #103177.
    
     -- Scott James Remnant <email address hidden>   Fri, 13 Apr 2007 10:51:27 +0100
  • initramfs-tools (0.85eubuntu9) feisty; urgency=low
    
      * Add patch to restore initramfs on failures. Taken from Debian's
        initramfs-tools git repo (5dfd85f416a10b1c41ca7005de38b58715c04472).
      * While we're here, remove snd_ps3 from autoload list on PS3. Isn't in
        initramfs. Installer will add it to /etc/modules.
    
     -- Ben Collins <email address hidden>   Tue, 10 Apr 2007 11:05:45 -0400
  • initramfs-tools (0.85eubuntu8) feisty; urgency=low
    
      * Add support for the netboot variable, used by casper.  LP: #96072.
    
     -- Tollef Fog Heen <email address hidden>   Fri, 30 Mar 2007 23:25:45 +0200
  • initramfs-tools (0.85eubuntu7) feisty; urgency=low
    
      * Use -Qb for ppc thermal modprobe's
      * Add snd_ps3 to ps3 module loads. Use -Qb here too.
    
     -- Ben Collins <email address hidden>   Thu, 29 Mar 2007 19:54:40 -0400
  • initramfs-tools (0.85eubuntu6) feisty; urgency=low
    
      * hook-functions: Add udf to dep_add_modules and auto_add_modules.
    
     -- Colin Watson <email address hidden>   Fri, 23 Mar 2007 19:47:51 +0000
  • initramfs-tools (0.85eubuntu5) feisty; urgency=low
    
      * Copy all of drivers/block/ to initramfs. Can't believe we didn't do this
        before.
      * Add init-premount hook to manually load modules for ps3. These modules do
        not have aliases or auto-load features, so have to do it by hand
        (ps3-system-bus).
      * For auto module inclusions, detect when we need to pack ps3 modules.
    
     -- Ben Collins <email address hidden>   Thu,  1 Mar 2007 16:45:48 -0500
  • initramfs-tools (0.85eubuntu4) feisty; urgency=low
    
      * Remove the 10MB size restriction from /dev; this doesn't make sense for
        Ubuntu since we use /dev for initramfs/realfs handover and for things like
        bootchart.
    
     -- Scott James Remnant <email address hidden>   Tue, 27 Feb 2007 15:00:54 +0000
  • initramfs-tools (0.85eubuntu3) feisty; urgency=low
    
      * Add aic94xx firmware hooks.
    
     -- Ben Collins <email address hidden>   Wed, 21 Feb 2007 15:34:56 -0500
  • initramfs-tools (0.85eubuntu2) feisty; urgency=low
    
      * Don't load vga16fb on amd64 either. usplash 0.4-36 fixes things so that
        we don't need it (LP: #67545).
    
     -- Colin Watson <email address hidden>   Wed,  7 Feb 2007 09:55:05 +0000
  • initramfs-tools (0.85eubuntu1) feisty; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Change Build-Depends to Build-Depends-Indep.
        - Use busybox-initramfs for Depends.
        - RESUME UUID upgrade.
        - add_firmware addition to hook-functions.
        - Use copy_modules_dir for auto module copying.
        - noexec,nodev,nosuid options for /sys and /proc.
        - Do not source udev.conf.
        - Set BUSBOXDIR properly.
        - Keep kinit and gzip in initrd.
        - Use -Qb for for module loading to honor blacklists.
        - all_generic_ide script.
        - Only load vga16fb on amd64 (not i386).
        - Remove lvm local-top script (conflicts with lvm-common).
        - takeover=1 in update-initramfs.
        - Remove udev_helper local-top script. It loads ide-generic, and we don't
          want that.
          - Closes: #76872
    
    initramfs-tools (0.85e) unstable; urgency=high
    
      Release "Qu'ils soient rouges, bleus ou blancs Il faudrait mieux les pendre"
    
      * initramfs-tools.8: Correct copy_exec() example. (closes: 403122)
        Add a better dir to copy_modules_dir() example.
    
      * mkinitramfs: Revert the sed magic busybox hardlinking for size reduction.
        Go for functionality. The klibc binaries are better tested and superior
        in some cases like sleep. Fixes several boot troubles. Thanks
        Benjamí Villoslada <email address hidden> for the report. (closes: 403224)
        Thanks Jurij Smakov <email address hidden> for pinpointing the trouble.
    
      * hook-functions: Add all drivers/ata drivers to initramfs that exist for
        uname >= 2.6.19 (closes: 403309) urgency high.
    
      * scripts/init-top/framebuffer: Fix syntax by closing the brackets. Handle
        options of the form key:value, map kernel bootarg to module name for
        matroxfb. Thanks Rob Walker <email address hidden> for the patches
        (closes: 403667, 403669). Use posix regexes according to review by
        Jurij Smakov <email address hidden>. Also protect all variables.
    
    initramfs-tools (0.85d) unstable; urgency=high
    
      Release "Le gros ventre qu'engraisse L'suffrage universel"
    
      * update-initramfs: run_lilo() needs to show errors of lilo -t on failure
        and exit with failure message. Thanks David Anselmi <email address hidden>
        for report. (closes: 401331) Updated according to review by
        Jurij Smakov <email address hidden>.
    
      * hook-functions: Add hppa zalon scsi module. (closes: 401229) urgency high
    
      * update-initramfs: Add warning for missing initramfs on update mode without
        takeover arg. Restructure altered_check, don't delete sha1sum on failure.
        Thanks Jurij Smakov <email address hidden> for noticing.
    
       * mkinitramfs: Reduce size of initramfs by keeping 1 busybox copy.
         Thanks for the patch input to Russell Coker <email address hidden>.
         Thanks for the sed rework to Klaus Ita <email address hidden>.
         (closes: 338405)
    
    initramfs-tools (0.85c) unstable; urgency=medium
    
      Release "Pour être heureux vraiment Faut plus d'gouvernement"
    
      * hook-funcions: Show on verbose mode the added binaries and libraries.
    
      * update-initramfs: Don't silently fail, user won't be able to reboot.
        Thanks Mario Aeby for his blog entry.
    
      * debian/copyright: Moved to bzr.d.o repo location.
    
      * hook-functions: Merge 0.69ubuntu22 copy_module_dir fixes, we'll use it
        too postetch. Fix the bashism. Thanks to Jurij Smakov <email address hidden>
    
      * scripts/init-premount/thermal: Load blindly a bunch of thermal modules
        on powerpc as they are not hotpluggable. Might be ugly, but is a safe bet.
        Kernel plattform fix is scheduled for 2.6.20. Push with medium urgency.
        (closes: 401269)
    
    initramfs-tools (0.85b) unstable; urgency=medium
    
      * mkinitramfs: Test for ${outfile} before touching anything. (closes: 381677)
    
      * update-initramfs.conf, update-initramfs: Allow to disable backup strategy.
        While we are it fix logic of backup_booted_initramfs(). (closes: 397787)
        urgency medium.
    
      * scripts/init-top/framebuffer: Fix regression of /dev/fb0 creation,
        modprobe fb before creating device. Thanks to Otavio Salvador
        <email address hidden> for patch.
    
    initramfs-tools (0.85a) unstable; urgency=high
    
      * On first time run backup_booted_initramfs() has nothing to back up.
    
    initramfs-tools (0.85) unstable; urgency=high
    
      Release "Nichts ist getan, wenn noch etwas zu tun übrig ist."
    
      * update-initramfs: Fix ro /boot check to not trigger on other mounts
        having a /boot string. (closes: 393906) Thanks for the patch
        Olli Helenius <email address hidden>
    
      * init-top/framebuffer: Fix duplicate fbno0 device creation. Merge the
        0.69ubuntu10 solution. Thanks Benjamin Leipold <email address hidden>
        for the report. (closes: 393890)
    
      * update-initramfs: Fix mbr_check() for installed lilo and used grub. Thanks
        for the patch by Michel Casabona <email address hidden>. Also be
        stricter about do_bootloader match, use negative info and add check for
        grub on mbr before throwing error. (closes: 394559) urgency high.
    
      * hook-functions: Add sata_sil24 to scsi modules. (closes: 395907)
        Thanks Vadim S. Solomi" <email address hidden> for the patch.
    
      * update-initramfs: Fix lilo detection in mbr_check() for rootraid.
        Based on a patch by Michael Prokop <email address hidden>. Suppress lilo warning
        messages on test run.
    
    initramfs-tools (0.84) unstable; urgency=high
    
      Release "A-t-on pris à Saint-Périne, Tous ces dictateurs impotents ?"
    
      * hook-functions: Use modprobe --ignore-install arg to put all listed
        modules on initramfs. Thanks Mario Izquierdo <email address hidden>
        for report. (closes: 384043)
    
      * update-initramfs: If elilo is around run it on initramfs update, add
        zipl run.
    
      * scripts/local: Use vol_id too if around to set FSTYPE. Thanks for the
        patch to "Alex Owen" <email address hidden> (closes: 380004)
    
      *  hooks/thermal: Add many of the windfarm modules for powerpc boxes.
    
      * initramfs-tools.preinst: merge bits of 0.69ubuntu16. (closes: 393773)
        urgency high as fixes upgrade from sarge - thanks Federico Grau
        <email address hidden>.
    
      * scripts/init-top/framebuffer: Fix mknod call. (closes: 393543)
        Thanks for the patch Kiro Zimmer <email address hidden>.
    
      * mkinitramfs: Create modulesdir even on monolithic linux. (closes: 393688)
        Thanks for the patch Ian Campbell <email address hidden>.
    
    initramfs-tools (0.83) unstable; urgency=high
    
      Release "Ois was du verzapfst is a koida Kaffee"
    
      * update-initramfs: Keep an initramfs backup while we are running. Do also
        keep the booted initramfs as .bak in /boot. First helps on power cut.
        Second is a good conservative approach and demanded feature.
        Thanks Thiemo Nagel <email address hidden> for report. (closes: 387780)
    
      * init: When debug is invoked with an additional arg, write output to
        console. Thanks Christian Aichinger <email address hidden> for the idea.
        Should ease remote debugging.
    
      * initramfs-tools.8: Document new debug=<whatever> feature.
    
      * initramfs-tools.preinstall: Check for right arg. (closes: 391619)
    
      * update-initramfs: Try to guess harder if lilo might need to be run
        if grub is also around. On old installs we get _zero_ information from
        /etc/kernel.img. Parse mbr for lilo signature. (closes: 385949)
        Thanks to Michael Prokop <email address hidden> for finetuning.
    
      * scripts/init-top/framebuffer: Parse video bootarg and refactor script.
        This add support for custom framebuffer modules. (closes: 386441)
        Thanks for the patch by David Härdeman <david@2gen.com>.
    
      * update.conf: Allow to make "update-initramfs -u" an noop. Useful for
        conservative settings of a remote server. (closes: 362064) urgency high.
        Thanks Manoj Srivastava <email address hidden> for the tough testing.
    
      * update-initramfs.conf.5: Document the new update_initramfs variable.
    
      * update-initramfs: Kope with stupid mv of grub to /usr/sbin.
    
      * manpages: Get a banana and mark myself as author.
    
      * update-initramfs: version_exists needs not only to check for existing
        sha1sum, but also initramfs. (closes: 382472)
    
    initramfs-tools (0.82) unstable; urgency=high
    
      * Merge 0.69ubuntu15, plus 0.69ubuntu14 and 0.69ubuntu11 changelog entries
        as not affected or already fixed.
    
      * hook-initramfs: Add qla4xxx support, thus urgency high.
    
    initramfs-tools (0.81) unstable; urgency=low
    
      Release quick and happy spin j = l + s
    
      * update-initramfs: Really check for mounted /proc on use. (closes: 388241)
        Thanks Alex Owen <email address hidden>. While beeing in this business,
        check for mounted proc in initramfs-tools.preinst too.
    
      * hook-functions: Add new scsi drivers aic94xx and stex. Add new net drivers
        ehea, ep93xx_eth and qla3xxx. Thus urgency high.
    
      * update-initramfs:  Use set ``--'' to change positional paramaters. Thanks
        Jörg Sommer <email address hidden>. (closes: 389726)
    
      * scripts/nfs: Revert to previous handling of dhcp server passing server-ip.
        (closes: 387808)
    
      * debian/initramfs-tools.preinst: Fix comment typo, thanks
        shaulka@012.net.il for the patch. (closes: 389486)
    
      * mkinitramfs: Allow an hook script to set an paranoid umask, considered
        useful for shipping gpg keys inside of initramfs. Thanks Max Vozeler
        <email address hidden> and Lionel Elie Mamane <email address hidden> for the
        patch. (closes: 381677)
    
    initramfs-tools (0.80) unstable; urgency=high
    
      Release "O partigiano, portami via, che mi sento di morir."
    
      * update-initramfs: Test for lilo executable earlier otherwise an warning
        would be issued with grub installed and left over lilo config.
    
      * hook-functions: Add lasi700 to the scsi modules. (closes: 387909) Thanks
        Nagilum <email address hidden>. Thus urgency high.
    
      * scripts/nfs: Fix typo in ipconfig protocol handling, fix dhcp server
        passing ser-ip as part of root-path, retry every second to not hammer
        an FAI'ed nfs initramfs network.  Thanks for input and patches
        Vagrant Cascadian <email address hidden>. While we are there refactor
        the loop. (closes: 387841, 387808, 387809)
    
      * update-initramfs: Check if /proc is mounted for ro_boot_check.
    
    initramfs-tools (0.79) unstable; urgency=high
    
      * update-initramfs: Allow create and delete to work on "all" kernelversions.
        Fixes bug on update to pass all the specified optional args.
        Thanks to Osamu Aoki <email address hidden> for the patch. (closes: 360281)
        Improve it to parse args once and also highlight 'all' on usage.
    
      * update-initramfs.8: Document usage of "all" + add example section.
    
      * update-initramfs: On update check if /boot is ro, warn and exit.
        Thanks to Alexander Wirt <email address hidden> to improve the awk snippet.
    
      * update-initramfs: run_lilo don't return 1 if no lilo executable is there.
        Thanks "Peter D. St. Onge" <email address hidden> for the report.
        (closes: 386999)
    
    initramfs-tools (0.78) unstable; urgency=medium
    
      * update-initramfs: Check in call_lilo() if /sbin/lilo is executable,
        when /etc/lilo.conf exists (closes: 384967) - thus urgency medium.
    
      * init: Guard all dirs against creation. (closes: 385281)
    
      * debian/scripts: Add /etc/kernel-img.conf section, as update-initramfs
        needs to act according to it.
    
      * scripts/nfs: Fix parsing of etherboot ip options. Based on a patch by
        to Vagrant Cascadian <email address hidden>. (closes: 385252)
    
      * scripts/nfs: No need to duplicate work of ntfsmount. Thanks for the patch
        to  Vagrant Cascadian <email address hidden>. (closes: 385226)
    
      * scripts/nfs: Add an sleep 0.1 in the retry loop to slow down retry
        attempts. Only log "Retrying .." after first run. Use init variable.
        (closes: 385624)
    
      * init: Reorder the early mknod after tmpfs mount. (closes: 385641)
    
      * initramfs.conf.5, mkinitramfs, scripts/local, scripts/local-top/mdrun,
        scripts/nfs, update-initramfs.8, debian/changelog: Whitespace policy.
    
    initramfs-tools (0.77b) unstable; urgency=high
    
      * mkinitramfs: Fix destination of mdrun.conf. Thanks for the report to
        Scott Glenn <email address hidden>. Urgency high as broken in testing
        too and needed for partial mdadm upgrades. (closes: 385406)
    
    initramfs-tools (0.77) unstable; urgency=medium
    
      * mkinitramfs, scripts/local-top/mdrun: Use mdrun.conf as config file.
        Ship mdrun unconditionally if around, should help in recovery situations.
    
      * debian/initramfs-tools.postinst, hook-functions, mkinitramfs,
        scripts/local, update-initramfs: Cleanup the "-a" and "-o" bashism.
    
      * scripts/nfs: Retry to mount NFS on eventual failure. (closes: 377643)
        Based on a patch by Vagrant Cascadian <email address hidden>.
    
      * init: Make sure there is an /dev and /root. Usually passed by the kernel.
        Also /dev/null or /dev/console might already be shipped.
        Based on a patch by David Härdeman <david@2gen.com>. (closes: 340494)
    
      * scripts/local-top/lvm: Fix prereqs s/mdraid/mdrun, thus urgency medium.
        Thanks Rainer Gauweiler <email address hidden> for the notice.
    
    initramfs-tools (0.76) unstable; urgency=medium
    
      * debian/control: Tighten klibc to 1.4.19-2 for fixed nuke. (closes: 383730)
    
      * mkinitramfs: Only hard code root when root arg got passed.
    
      * init: Parse /proc/cmdline for rootfstype, initrd-tools did it too.
    
      * init: Parse /proc/cmdline for rootdelay.
    
      * scripts/local: Use eventual rootfstype and rootdelay info.
    
      * initramfs-tools.8: Add more docs about boot args, s/2.6.15/2.6.17/.
    
      * scripts/functions: Simplify parse_numeric() by arithmetic calculation,
        instead of working on it's representation. Thanks to tarski.
        (launchpad.net/21759) Much more elegant than the 0.58 version fix.
    
      * mkinitramfs: Parse rootraid for sarge compatibility and pass the info
        to the initramfs if etch mdadm is not yet installed.
    
      * scripts/local-top/mdrun: Assemble the root raid first before mdrun.
        Thanks martin f krafft <email address hidden>. (closes: 383908, 384063)
    
      * update-initramfs: Check if /etc/kernel-img.conf is readable,
        before attempting to parse also check for the right field.
    
      * init: Check for root=/dev/nfs. Parse ip kernel command line for nfsroot.
        Drop undocumented and not compliant nfsopts.
    
      * scripts/nfs: Add ip parsing conforming to Documentation/nfsroot.txt.
        Use the nfsroot bootparam in combination with eventual ip provided
        device or server-ip. Do minor code cleanups. Both items based on patches
        by Vagrant Cascadian <email address hidden>. (closes: 380649)
    
      * Set urgency medium due to large number of serious bug fixes.
    
    initramfs-tools (0.75) unstable; urgency=high
    
      * hook-functions: Add megaraid_sas to the scsi list. Thanks Kenshi Muto
        <email address hidden>.
    
      * init: Parse for "panic=<timeout>" bootarg.
    
      * hook-functions: Immediately call reboot in the panic function if panic=0
        to disallow any console access for secured boxes. (closes: 378455)
    
      * debian/TODO: Update to current state
    
      * update-initramfs: do_bootloader can be set mixed case or upper case.
        Catch the obvious Yes and YES too.
    
      * hook-functions: Really include DAC960 driver. Thanks Tim Small
        <email address hidden>. (closes: 383486) 2 module fixes thus urgency high.
    
    initramfs-tools (0.74) unstable; urgency=low
    
      * scripts/local-premount/resume: Reuse klibc resume, hardcode path as
        uswsusp shipps too an resume binary in initramfs-tools. Thus tighten
        again klibc dep to 1.4.11-1. (closes: 381535)
    
      * mkinitramfs: Readd mdrun when around.
    
      * scripts/local-top/mdrun: Rename from mdraid. Use mdrun as previously,
        there is no guarantee that the sarge mdadm works and that the sarge
        mdadm.conf has any sense.
    
      * debian/control: Better package description.
    
      * scripts/local: mountroot add message what to check if root is not found
        in 2 straight lines to keep as much of scrolling buffer.
    
      * scripts/functions: Use set ``--'' to change positional paramaters without
        changing any options. This is useful for the debug bootparam on d?ash.
    
      * update-initramfs: Respect "do_bootloader = yes" from /etc/kernel-img.conf
        to call lilo if both lilo and grub are installed. (closes: 382013)
    
    initramfs-tools (0.73e) unstable; urgency=high
    
      * mkinitramfs: Fix if statement for conf.d. (closes: 382740)
    
    initramfs-tools (0.73d) unstable; urgency=high
    
      * scripts/local-top/mdraid: Fix path of expected mdadm config file.
        Thanks Daniel Dickinson <email address hidden> for report. (closes: 382602)
    
      * mkinitramfs: Treat /usr/share/initramfs-tools/conf.d config snippets as
        the configuration files in /etc/initramfs-tools/conf.d. A configuration
        file with the same name will override the first. (closes: 381315)
        Thanks Vagrant Cascadian <email address hidden> for the patch.
    
      * mkinitramfs.8: Document conf.d existence.
    
      * hooks/lvm: Really remove it, logic is in mkinitramfs.
    
      * urgency high for the mdraid bug fix, rest is trivial.
    
    initramfs-tools (0.73c) unstable; urgency=low
    
      * scripts/local-premount/resume: Revert klibc-utils resume usage until
        breakage cause is known. Thus downgrade klibc dep to 1.4.8-0. Thanks
        Steinar H. Gunderson <email address hidden> for report. (closes: #381475)
    
    initramfs-tools (0.73b) unstable; urgency=high
    
      * Revert nfs change in 0.70: Debian busybox is build with CONFIG_NFSMOUNT=n.
        Reuse nfsmount from klibc. nfsroot parsing needs more care for the next
        release. Now at least support those users where nfs previously worked.
        Thanks Vagrant Cascadian <email address hidden> for report.
        (closes: 380686). High urgency to get this into testing.
    
    initramfs-tools (0.73) unstable; urgency=high
    
      * debian/initramfs-tools.postrm: Don't forget to remove config file
        modules on purge. Thanks piuparts verification.
    
      * mkinitramfs: Add sections that deals with sarge mdadm and lvm2.
        Does nothing if etch package hooks are installed, will be dropped
        postetch as then we upgrade from mdadm and lvm2 packages with hooks.
        Taken from Dapper initramfs-tools-0.40ubuntu32. Adapt to add more
        modules and no need for mdrun.
    
      * hooks/lvm: Remove handled by mkinitramfs itself.
    
      * scripts/local-top/lvm: Add prereqs lvm2 + mdraid. Exit if lvm2 hook is
        present. Eases transition of lvm hooks to lvm2.
    
      * scripts/local-top/mdraid: Enable all raid devices. Add mdadm as prereqs.
        Only run if no mdadm hook is in initramfs. (closes: 380089)
    
      * urgency high upload to get RC fixes into testing.
    
    initramfs-tools (0.72) unstable; urgency=low
    
      * Add scripts/init-top/framebuffer, reduces ubuntu diff even more.
        fb is only activated with splash or vga boot param.
      * Upload sponsored by Petter Reinholdtsen.
    
    initramfs-tools (0.71b) unstable; urgency=low
    
      * This time caught on bzr dotfiles, removed.
        Thanks a lot to Frederik Schüler <email address hidden> for review.
    
    initramfs-tools (0.71) unstable; urgency=low
    
      * initramfs.conf.5, initramfs-tools.8, mkinitramfs.8, mkinitramfs-kpkg.8,
        update-initramfs.8: Fix spacing in the SEE ALSO section and have this
        section everywhere as last. Fix linebreak in mkinitramfs.8 options.
        Thanks Martin Michlmayr <email address hidden> for the notice.
    
      * scripts/functions: Use shell parameter expansion to strip known dir
        prefix instead of gratious basename call.
    
      * scripts/functions: On panic call open the rescue shell with -i to get
        dash interactive features. ash from busybox ignores the param.
        Thanks David Härdeman <david@2gen.com> for the suggestion.
    
      * conf/initramfs.conf: Readd BUSYBOX=y section. Beware that a lot of boot
        scripts need busybox and the current default image still does too.
    
      * initramfs.conf: Document BUSYBOX usage.
    
      * init: Add variable quoting around resume, NORESUME parsing and checks.
    
      * hook-functions: Add myri10ge and smc911x to the net section. Add hptiop to
        the scsi section.
    
      * update-initramfs: Fix -v usage by not passing quoted ${OPTS} as one
        option. Thanks Famelis George <email address hidden> for the patch.
        (closes: 379212)
    
      * mkinitramfs: Really source /usr/share/initramfs-tools/conf.d/ entries.
    
      * mkinitramfs: Check against modules.dep before invoking depmod.
    
      * hook-functions: check_minkver() only needs to call init_list(),
        when a dir gets passed. Clean up check_minkver() logic.
    
      * scripts/function, mkinitramfs: Add output on verbose mode.
    
      * merge 0.69ubuntu4.
    
      * scripts/local-top/lvm: Prereqs s/md/mdadm/ for the new hooks.
    
    initramfs-tools (0.70b) unstable; urgency=low
    
      * Be more careful about vi dot files, removed.
        Thanks Frederik Schüler <email address hidden> for review.
    
    initramfs-tools (0.70) unstable; urgency=low
    
      * mkinitramfs: Don't include static kinit, nor gzip. They are the biggest
        klibc-utils binaries and we don't use them. Keep static gunzip, zcat and
        shared kinit for now.
    
      * Reduce diff against 0.69ubuntu3:
        - hook-functions: Fix kernel typo.
        - hooks/kernelextras: Fix comment and add vga16fb too.
        - init: Whitespace cleanup, add one more quiet check.
        - mkinitramfs: Use check_minkver instead of dpkg itself. Whitespace
          cleanup and add quoting.
        - scripts/local: Whitespace cleanup and add a comment.
        - scripts/nfs: Use mount with nolock instead of nfsmount.
          (closes: 359926)
        - update-initramfs: Add quoting + whitespace fix.
        - changelog: for noise reduction add 0.69ubuntu{1,2,3}, all 0.40ubuntu*,
          0.36ubuntu1 and missing 0.29 + 0.28 entries.
        - initramfs-tools.install, initramfs-tools.postinst and
          initramfs-tools.preinst merge 0.69ubuntu3.
    
      * break.txt, debian/NEWS, debian/changelog, debian/copyright,
        docs/example_hook, docs/example_hook_cpiogz, docs/example_script,
        hooks/lvm, hooks/md, init, initramfs-tools.8, initramfs.conf.5,
        mkinitramfs, mkinitramfs-kpkg, mkinitramfs-kpkg.8, mkinitramfs.8,
        scripts/functions, scripts/local-top/udev_helper, update-initramfs,
        update-initramfs.8: Cleanup trailing whitespace and non tabular indents.
    
      * scripts/local-premount/resume: Use new resume bin from klibc-utils.
        Removes superflous stat and awk usage.
    
      * debian/control: Depend against newer klibc-utils 1.4.11-1.
    
      * hooks/md, scripts/local-top/md: Drop as mdadm > 2.5-1 features them.
        (closes: #367567)
    
    initramfs-tools (0.69b) unstable; urgency=high
    
      * debian/initramfs-tools.preinst: Don't depend upon shipped directories
        to be existing. Thanks Colin Watson <email address hidden> for patch.
        Add trailing slash to copy command. (closes: 378089)
    
      * mkinitramfs: Revert the removal of kernel-package supported lonng param
        of 0.65. Readd that plain ugly interface. Warn users they should use
        ramdisk=mkinitramfs-kpkg. As kernel-package doesn't yet support
        update-initramfs. Thanks Frans Pop <email address hidden> for report.
    
      * debian/bug: Rename to script so that it shows up in reportbug.
        Fix debian/initramfs-tools.install accordingly.
    
      * Thus high urgency upload.
    
    initramfs-tools (0.69ubuntu22) feisty; urgency=low
    
      * For copy_module_dir, actually call manual_module for each one, so deps are
        taken care of.
    
    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)
    
    initramfs-tools (0.69ubuntu15) edgy; urgency=low
    
      * Add jmicron module to ide list.
        - Malone #63085
    
    initramfs-tools (0.69ubuntu14) edgy; urgency=low
    
      * Remove stray "set -x" from scripts/local-premount/suspend.
    
    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
    
    initramfs-tools (0.69ubuntu10) edgy; urgency=low
    
      * Create framebuffer device nodes unconditionally
    
    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.
    
    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.
    
    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.
    
    initramfs-tools (0.69ubuntu1) edgy; urgency=low
    
      [ Jeff Bailey ]
      * Merge from debian unstable.
    
    initramfs-tools (0.69) unstable; urgency=low
    
      * scripts/local-premount/suspend, scripts/local-premount/resume: Rename
        to the later as the script resumes from resume arg.
    
      * init: Parse for noresume and only export resume if it is not set.
        Allows boot scripts to check for it's eventual existence.
        Thanks David Härdeman <david@2gen.com> for the suggestion.
    
      * update-initramfs: Add option "-b directory" to override BOOTDIR.
        Allows the initramfs to be created in another dir without awkward
        mkinitramfs invocation. Check that the passed arg is really a dir.
        (ubuntu: 37690) Thanks Colin Watson <email address hidden>
    
      * update-initramfs.8: Document -b switch.
    
    initramfs-tools (0.68b) unstable; urgency=high
    
      * script/functions, hook-functions: Move check_minkver() to the second
        file as it uses dpkg and is run by mkinitramfs and not on boot.
    
      * mkinitramfs: Check if ${BUSYBOX} is set to n before adding it.
        Add a big fat warning that this not yet supported. Helps to do the
        klibc-utils work.
    
      * mkinitramfs: Run depmod if no /lib/modules/${version}/modules.dep exists.
        Solves initramfs creation for handbuild upstream Xen targets.
        Thanks to Klaus Ita <email address hidden> for the report.
    
      * debian/initramfs-tools.preinst, debian/initramfs-tools.postinst: Do the
        migration of the mkinitrd settings in the preinst. (closes: #376604) Thanks
        for the checks to Justin Pryzby <email address hidden>.
    
      * debian/initramfs-tools.preinst: Reorder. Generate an modules file similar
        to the one we ship. This should minimize Sarge upgrade prompting if no
        relevant modules where added to /etc/mkinitrd/modules.
    
      * conf/modules: Make it more similar to /etc/mkinitrd/modules.
    
      * Set urgency high for RC fixes upload.
        Thanks Steinar H. Gunderson <email address hidden> for the review.
    
    initramfs-tools (0.67) unstable; urgency=high
    
      Release bella, ciao, ciao, ciao!
    
      * scripts/local: Fix typo in log_begin_msg. (closes: #375880)
    
      * update-initramfs: Generate initramfs for current version if there is no
        sha1sum and no initrd exists yet - regression from 0.65. (closes: #375671)
        Thanks martin f krafft <email address hidden> for report.
    
      * conf/initramfs.conf, initramfs.conf(5): Drop RESUME section.
    
      * debian/initramfs-tools.preinst: Don't modify conffile initramfs.tools -
        drop the corresponding code. (closes: #376008)
    
      * initramfs-tools(8): Document that RESUME is tried to be autodected and
        written to /etc/initramfs-tools/conf.d/resume on install.
    
      * scripts/functions: Replace expr use with printf for skipping comments on
        /etc/modules. Works on both busybox ash and klibc dash. Prefix space is
        ignored by both.
    
      * scripts/local-top/lvm: Remove harmless warnings if a volumegroup is under
        /dev/mapper but not an lvm device. (closes: 376311)
        Thanks David Härdeman <david@2gen.com> for the patch.
    
      * scripts/local-top/lvm: Change activate_vg() to return 1 if no volumegroup
        is found.
    
      * debian/initramfs-tools.dirs: Add usr/share/initramfs-tools/conf.d entry.
    
      * mkinitramfs: Add stuff to the conf.d directory also from aboves directory.
    
      * Set urgency to high to get the RC bugfix into testing.
    
    initramfs-tools (0.66) unstable; urgency=low
    
      * hooks/thermal: Add i2c-powermac.
    
      * scripts/init-premount/thermal: Load i2c-powermac on ppc boot.
        Fixes fan noises for Sven Luther <email address hidden>
    
      * scripts/function: Fix typo s/FS1/PS1/ on panic call. (closes: #375624)
        Thanks to Tim Phipps <email address hidden> for the report.
    
      * scripts/local-top/lvm: Refix lilo check. (closes: #375786)
        Thanks to the patch from Christian Weeks <email address hidden>.
    
    initramfs-tools (0.65b) unstable; urgency=low
    
      * scripts/local-top/lvm: Load snapshot and mirror modules. (Closes: #375342)
    
      * scripts/local-top/lvm: Fix a wrong substitution for the lilo test.
        (Closes: #375442)
    
    initramfs-tools (0.65) unstable; urgency=low
    
      * scripts/local-top/lvm: Activate root and resume volume group.
        The initialization got refractored in an function. (closes: #374891)
        Thanks for the patch to David Härdeman <david@2gen.com>.
    
      * scripts/local-top/lvm: Be careful to activate volume group on lilo boot
        too. Although in that case we don't know the precise volume group, we
        activate them all. Matches behaviour of previous hook.
    
      * hooks/lvm: Add dm-mirror, allows to boot from an unfinished pvmove.
        (closes: #374378)
    
      * mkinitramfs: Remove old kernel-package supported long param.
        kernel-package uses since 10.036 mkinitramfs-kpkg.
    
      * update-initramfs: Show by default which initramfs gets generated.
        (closes: #364301)
    
      * Resync with 0.40ubuntu32:
       -  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.
          (closes: #369617)
       -  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.
       -  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.
    
      * debian/initramfs-tools.postrm: We no longer need to explicitly remove
        /etc/initramfs-tools/modules.
    
    initramfs-tools (0.64) unstable; urgency=low
    
      RELEASE o bella, ciao! bella, ciao!
    
      * debian/initramfs-tools.install: Add /etc/initramfs-tools/modules conffile,
        instead of a cp from postinstall. (closes: #368043)
    
      * debian/control, update-initramfs.8, mkinitramfs.8: Capitalize RAM + NFS.
        Rephrase nfs root support.
    
        Thanks to Jeff Bailey <email address hidden> and
        Steinar H. Gunderson <email address hidden> for the review.
    
    initramfs-tools (0.63) unstable; urgency=low
    
      * init: Use redirection '>' for touching /dev/.initramfs-tools.
    
      * debian/control, update-initramfs.8, mkinitramfs.8:
        s/an (cpio archive)/a gzipped \1/.
        Thanks to Andy Somerville <email address hidden>.
    
    initramfs-tools (0.62) unstable; urgency=low
    
      * debian/control: We need at least udev 0.086-1, since earlier versions
        had hooks, which don't load ide-disk automatically for 2.6.15 kernels.
        Can't lower dependency to sarge version as it has no coldplug support
        to escape udev dependency loop on upgrade. (closes: #358360, #362816)
    
      * hook-functions: Add arcmsr to the scsi modules list.
    
      * debian/NEWS: Add Notice about confdir mv as version 0.61.
    
    initramfs-tools (0.61) unstable; urgency=low
    
      Release "O partigiano portami via"
    
      * debian/TODO: update to latest state.
    
      * debian/bug: Fix reportbug script shebang line, add some descriptive echos.
        Use exec to open file descriptor 3 for reportbug.
    
      * debian/control: Pump to 3.7.2 standard version without changes.
    
      * init: Use 10M as tmpfs_size for the udev /dev, that can be overriden in
        /etc/udev/udev.conf. (closes: #352434)
    
      * /etc/initramfs-tools: Use the much more intituive conf dir location.
        Thanks for the idea to Andres Salomon <email address hidden>.
    
      * debian/initramfs-tools.preinst: mv /etc/mkinitramfs /etc/initramfs-tools
        on upgrade as this should work even with drive space issues.
        Thanks to Jeff Bailey <email address hidden> for the posix atomic
        mv hint and Daniel Blaschke <email address hidden> for testing.
    
      * mkinitramfs: Set CONFDIR to /etc/initramfs-tools.
    
      * mkinitramfs.8, initramfs-tools.8: Document the new pathes.
    
      * debian/control: Change Build-depends-indep to Build-depends as we need
        debhelper and cdbs for the clean target, fulfills policy 7.6.
    
      * debian/initramfs-tools.preinst: Warn and bail out if /etc/initramfs-tools
        already exists.
    
    initramfs-tools (0.60) unstable; urgency=low
    
      "E ho trovato l'invasor"
    
      * scripts/functions: Allow boot scripts to modify exported boot parameters.
        Thanks David Härdeman <david@2gen.com> for the patch. (closes: 348147)
        This allows the inclusion of cryptoroot hooks to cryptsetup!
    
      * init: add cryptopts parsing and export.
    
      * init: Move parse_numeric down to the "mounting root" block.
    
      * init, scripts/local: Allow rootflags to be passed in kernel cmdline.
        Thanks Thomas Luzat <email address hidden> for the patch. (closes: #358917)
    
      * init: Allow passing nfs root mount option in kernel cmdline.  Thanks
        Brian Brunswick <email address hidden> for the patch. (closes: #358649)
    
      * update-initramfs: s/ALL/all/, fix it to actually run on update in non
        verbose mode. (closes: #362568)
    
      * update-initramfs: Warn in big letters about grub and lilo installs.
        (closes: #362816)
    
      * debian/bug: Add reportbug script with info about cmdline, fs and lsmod.
    
      * initramfs-tools(8): Document the /conf/param.conf feature.
    
      * mkinitramfs-kpkg(8): Spell out, why the wrapper script is needed.
    
    initramfs-tools (0.59b) unstable; urgency=low
    
      * mkinitramfs-kpkg: Intialialize the variables.
        (closes: #359355, #359620, #359613, #359666, #359681)
    
    initramfs-tools (0.59) unstable; urgency=low
    
      * debian/copyright: Add years of copyright and authors.
    
      * Resync with 0.40ubuntu28:
        - hooks/md: Add raid10 module.
        - scripts/local: Move the "loop waiting for the root filesystem" code from
          the udev premount script to the local mountroot() function where it truly
          belongs.
        - scripts/local-top/udev_helper: Leave the remaining ide-generic part
          there, should be taken over by udev itself.
        - make the md local-top scripts pre-requisite the udev one.
          thanks Scott James Remnant <email address hidden>
    
    initramfs-tools (0.58) unstable; urgency=low
    
      * hook-functions: Be more carefull about the minor parsing. The fix of
        #357332 works for 3 digit roots, but not for hdc6 aka root=1606.
        Thanks Martijn Pieters <email address hidden> for report
        (closes: #358354, #358740).
    
      * hook-functions: Add gdth to the scsi modules.
    
      * mkinitramfs-kpkg: Use set -eu to capture full /boot.
        Really (closes: #350875)
    
      * Add dependency on module-init-tools. (closes: #358632)
    
      * Don't include full path for man page reference. (closes: #358371)
    
    initramfs-tools (0.57b) unstable; urgency=low
    
      * mkinitramfs, update-initramfs, hook-functions:
        On verbose mode show, which modules gets added to the initramfs.
    
      * hook-functions: Add cpqarray to the scsi modules - thanks for the patch
        to Petter Reinholdtsen <email address hidden>. (closes: #357980)
    
      * initramfs-tools.8: Document that `-' is not allowed to be used in a script
        filename - the filenames get used as shell variable.  (closes: #344639)
    
      * mkinitramfs: Don't exit succesfully in a case of a full fs. Leaves the
        linux-image unconfigured. Thanks martin f krafft <email address hidden>
        for pointing to that potential boot failure. (closes: #350875)
    
    initramfs-tools (0.56) unstable; urgency=low
    
      * hooks/md: Add linear module - thanks to Moshe Yudkowsky <email address hidden>.
    
      * scripts/functions: Fix numerical minor parsing - thanks for the patch to
        Wolfgang Weisselberg. (closes: #357332)
    
      * mkinitramfs.8: Correct wrong referenced filename.
    
      * update-initramfs.8: Define the argument 'version' - thanks to "Susan G.
        Kleinmann" <email address hidden>. (closes: #357282)
    
      * scripts/init-premount/udev_helper: Source the relevant definition to get
        it really run. Thanks to Maurice Massar <email address hidden>.
        (closes: #357450)
    
    initramfs-tools (0.55b) unstable; urgency=low
    
      * Thanks to Frederik Schüler for pointing to leftovers.
    
    initramfs-tools (0.55) unstable; urgency=low
    
      * scripts/init-premount/udev_helper: Fix modprobe args.
        Thanks Frans Pop <email address hidden> for testing 0.54.
    
      * scripts/local: Use quiet to load the fs. (closes: #339092)
    
      * hook-functions: Really add the ieee1394 modules.
        Thanks to Michael Prokop <email address hidden> for testing the fix.
    
      * update-initramfs: Run lilo on updates if no grub is around.
        Thanks Adeodato Simó <email address hidden> for finding the issue.
        (Closes: #356850)
    
    initramfs-tools (0.54) unstable; urgency=low
    
      * hooks/lvm: lvm10 has also an vgchange - exit if no lvm2 libs.
        (closes: #354708)
    
      * debian/copyright: Meniton current bzr archive. (closes: #352738)
    
      * hook-functions: Add dac960 scsi driver. (closes: #355162)
    
      * scripts/init-premount/udev_helper: add code by Scott James Remnant
        <email address hidden> from the ubuntu udev hook. We now wait on scsi
        and usb devices to settle, load ide-generic on ide boot only if
        no root device appeared.
        The udev hook is adding ide.agent so no longer duplicate that code.
    
      * hook-functions: auto_add_modules, split 1000 char wide lines up.
        Should allow better diffing. Splitting them out in proper files with
        each modules / line costs too much initramfs generation time.
        Should allow easier diffing.
    
      * hook-functions: Add sata_mv thanks Kenshi Muto <email address hidden>.
        (closes: #355486)
    
      * hook-functions: Add dasd class to auto_add_modules and dd zfcp module.
        Thanks to s390 support Bastian Blank <email address hidden>. (closes: #355595)
    
      * hook-functions: Add it821x. (closes #352460)
    
    initramfs-tools (0.53c) unstable; urgency=low
    
      * update-initramfs: Really reset takeover to zero.
    
    initramfs-tools (0.53b) unstable; urgency=low
    
      * scripts/init-premount/udev_helper: Renamed from udev-helper.
        Thanks to Tollef Fog Heen <email address hidden> (closes: #355235)
    
    initramfs-tools (0.53) unstable; urgency=high
    
      * update-initramfs: set_current_version needs to check against
        /boot/initrd-`uname -r` and not /boot/vmlinu?-`uname -r`.
        Otherwise this builds initramfs for newer handbuild trees too.
    
      * Resync with 0.40ubuntu24:
        - New conf.d dir for config snippet.
        - mptspi already included.
        - keep nfsmount for now, we don't want to add further busybox deps.
        - adds mptfc and mptsas modules (closes: #341930)
        - adds MODULES=netboot support (closes: #352669)
      * Further reduce ubuntudiff:
        - scripts/functions: remove duplicate dir check.
        - scripts/nfs: add quiet to modules loading.
    
      * mkinitramfs-kpkg: Add kernel-package compat stuff, behaves like mkinitramfs,
        but adds the sha1sum for update-initramfs. Reset takeover=0.
        (closes: #353809) Add small mkinitramf-kpkg.8.
    
      * init: Move the ROOT export up, so we actually source the hardcoded device
        in initramfs.conf. (closes: #352958)
    
      * mkinitramfs: When invoked with -r switch pass the hardcoded root device to
        /etc/mkinitramfs/conf.d/root inside the initramfs.
    
      * hook-functions: First shot at IEEE1394 support - add ohci1394 and sbp2.
    
    initramfs-tools (0.52b) unstable; urgency=high
    
      * update-initramfs: Set takeover=1. This allows hooks to regenerate the
        latest initramfs per default. No need for an kpkg wrapper, as
        kernel-package doesn't call update-initramfs, but mkinitramfs.
    
    initramfs-tools (0.52) unstable; urgency=low
    
      * hooks/lvm: manual_add_modules dm_snapshot, will allow boot from lvm
        snapshot.
    
      * init: Fix maybe_break test for the bottom stage.
    
      * scripts/init-premount/udev-helper: Renamed from scripts/init-premount/ide.
    
      * update-initramfs: s/was/has/ been altered.
        (closes: #351939, #352633, #353087, #353668)
    
      * update-initramfs(8), mkinitramfs(8): The point of the first is to be used
        on your local box. Highlight its mode of operations. The second cmd is
        only needed for advanced usage.
    
    initramfs-tools (0.51) unstable; urgency=low
    
      * scripts/functions: Call panic on circular deps to get rescue shell.
    
      * mkinitramfs: Use ${CONFDIR} everywhere.
    
      * Sync with 0.40ubuntu16:
        - skip 0.40ubuntu15 udev gets fixed to only call update-initramfs
          when /etc/mkinitramfs/initramfs.conf is there.
        - 0.40ubuntu13 don't take over all initramfs images in Debian.
    
      * hook-functions: auto_add_modules atkb and i8042.
    
      * scripts/functions: on panic modprobe atkb and i8042 - work around for
        broken configs, where those are not build in. (Closes: #337497)
    
      * scripts/functions: update_progress check if /dev/.initramfs/ exists
        before writing into it.
    
    initramfs-tools (0.50c) unstable; urgency=low
    
      "E so io muoio da partigiano"
    
      * hook-functions: Fix MODULES=dep as `modprobe --show-depends' prints not
        only the insmod commands, but also the install ones.  Thanks for the patch
        to Jean Charles Delepine <email address hidden>. (Closes: #342616)
    
      * hooks/evms, scripts/local-top/evms: EVMS takes care of it's own hooks, rm.
        Thanks Steinar H. Gunderson <email address hidden>. (Closes: 340258)
    
    initramfs-tools (0.49) unstable; urgency=low
    
      * Pump dephelper to 4.1.0 dependency as pointed out by linda.
    
      * initramfs-tools.8: Add DEBUG section, cheat how to check the initramfs.
    
      * Add optional sarge busybox-cvs-static dep to ease backport.
    
    initramfs-tools (0.48) unstable; urgency=low
    
      * mkinitramfs: klibc 1.1.14 moved from /usr/lib/klibc/lib to /lib
        Bonus: You can now execute any klibc bin directly.
        Cope with the move and pump dep. (Closes: 345949)
    
    initramfs-tools (0.47) unstable; urgency=low
    
      * mkinitramfs: Don't complain about missing /bin/sh - use rm -f.
        Minor cleanup for the newer packaging of klibc 1.1.14.
    
    initramfs-tools (0.46) unstable; urgency=low
    
      * Don't include .bzr dirs in source upload.
        Thanks Frederik Schüler <email address hidden>
    
    initramfs-tools (0.45) unstable; urgency=high
    
      "Che mi sento di morir."
    
      * Unset debug before calling init, confuses /etc/init.d/rc.
    
      * scripts/init-premount/ide: Load uncondionally for ide boots ide-generic
        and also ide-disk, as udev ignores them. High urgency upload for rc bugs.
        Thanks Frans Pop <email address hidden> and Joey Hess <email address hidden> for
        testing! (Closes: #332824, #342925, #344754, #337045, #338406)
    
    initramfs-tools (0.44) unstable; urgency=high
    
      "O partigiano portami via"
    
      * Urgency high upload to stay in sync with udev for testing.
    
      * initramfs.conf: Fix wording choice for resume option. (Closes: #337575)
    
      * hooks/kernelextras: Really fix #335505.
        Don't expand wildcase to current dir. (Closes: #342153)
    
      * Add initramfs-tools.8 describing how the hooks of initramfs-tools work
        and how to use them. Thanks David Härdeman <david@2gen.com> for the patch.
        (Closes: #339091)
    
      * initramfs.conf.5,  mkinitramfs.8, update-initramfs.8: Update
        cross-references of the different manpages.
    
      * TODO: update to current state.
    
      * scripts/functions: remove old duplicate suspend support.
    
      * Sync with 0.40ubuntu8. (Closes: #337318)
        - Revert the modprobe changes for now as modules-init-tools of
          testing doesn't have yet the wanted interface.
    
    initramfs-tools (0.42) unstable; urgency=low
    
      * hook-functions: The mptspi module is required for at least some machines
        that use the mptscsih. Thanks dann frazier <email address hidden> for the patch.
        (Closes: #341162)
    
      * Resync with 0.40ubuntu7.
        - Do the udev split by hand as we have a different udev invocation
          supporting linux < 2.6.15. Increment udev dep to the version with
          initramfs hooks.
        - Debian's klibc hasn't yet the nanosleep, waiting for unbroken
          linux-headers.
        - Don't remove resume support from /etc/mkinitramfs/initramfs.conf
          even if bootloader setting is preferred.
    
    initramfs-tools (0.40ubuntu32) dapper; urgency=low
    
      * Revert 0.40ubuntu31.  This isn't as trivial as it should be.
    
    initramfs-tools (0.40ubuntu31) dapper; urgency=low
    
      * scripts/local-premount/resume: Print a message when a resume is about to
        begin (LP#41137)
    
    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)
    
    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.
    
    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)
    
    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.
    
    initramfs-tools (0.40ubuntu26) dapper; urgency=low
    
      * Make the md and evms local-top scripts pre-requisite the udev one.
    
    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.
    
    initramfs-tools (0.40ubuntu24) dapper; urgency=low
    
      * Add support for LSI Logic's Fusion MPT SAS and FC controllers as well.
    
    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.
    
    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)
    
    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.
    
    initramfs-tools (0.40ubuntu20) dapper; urgency=low
    
      * Add ... to end of strings to match main boot sequence.
    
    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.
    
    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
    
    initramfs-tools (0.40ubuntu17) dapper; urgency=low
    
      * Make auto_add_modules take an argument, so you can use it to add only
        some of the auto* modules (like "net" or "ide"), and create a "netboot"
        option that only includes base and net (Closes launchpad.net/26426)
      * Change the nfs script to use "mount -o nolock" instead of "nfsmount",
        to fix some timeouts for ltsp NFS roots (Closes launchpad.net/19196)
    
    initramfs-tools (0.40ubuntu16) dapper; urgency=low
    
      * Bump klibc-utils dependency to (>= 1.1.16-1), for hppa and ia64.
    
    initramfs-tools (0.40ubuntu15) dapper; urgency=low
    
      * Drop the udev dependency, so we always get configured before udev.
        We can get away with this now that udev hooks/scripts have been split
        into the udev package proper.  This should close Malone bug #28808.
    
    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.
    
    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.
    
    initramfs-tools (0.40ubuntu12) dapper; urgency=low
    
      * Oops, move the progress state file into the new directory too.
    
    initramfs-tools (0.40ubuntu11) dapper; urgency=low
    
      * Move the state directory from /dev/initramfs to /dev/.initramfs
    
    initramfs-tools (0.40ubuntu10) dapper; urgency=low
    
      * Create the /dev/initramfs directory as soon as we mount /dev, so other
        packages that need a playground in /dev can do so in a uniform location.
      * Update the usplash progress bar every time we are asked to output a
        success or failure value from an init action, and write our progress to
        /dev/initramfs for sysv-init to gather up and pick up where we left off.
      * Export $DPKG_ARCH in both mkinitramfs (for use by hooks) and initramfs.
      * Use $DPKG_ARCH in the thermal hook/script to divide the x86 stuff from
        the powerpc stuff, not because we have to, but as an example to others.
    
    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.
    
    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.
    
    initramfs-tools (0.40ubuntu7) dapper; urgency=low
    
      * remove "sleep 3" from the nfs script before the nfsmount command,
        its a leftover from debugging in breezy and slows down thin client
        booting unnecessary
    
    initramfs-tools (0.40ubuntu6) dapper; urgency=low
    
      * When panicking, fork an interactive subshell rather than execing it, so
        that if the user fixes things up and exits, we continue rather than
        panic the kernel.
      * Call update-initramfs in postinst to regenerate the latest initramfs on
        upgrades
    
    initramfs-tools (0.40ubuntu5) dapper; urgency=low
    
      * Wait up to 10 seconds for the root device to appear before failing,
        allowing SCSI and USB controllers time to settle.  There's almost
        certainly a more elegant way to do this generically for all mountroot
        functions, but for now this will suffice.
    
    initramfs-tools (0.40ubuntu4) dapper; urgency=low
    
      * Mount /dev with mode 0755.
    
    initramfs-tools (0.40ubuntu3) dapper; urgency=low
    
      "A true friend stabs you in the front."
      - Oscar Wilde
    
      * hooks/acpid: Rename to ...
      * hooks/thermal: ... this.  Add therm_pm72 for ppc64 systems.
    
    initramfs-tools (0.40ubuntu2) dapper; urgency=low
    
      * Rename scripts/init-premount/acpid to scripts/init-premount/thermal
        and add therm_pm72 to avoid "vaccum cleaner mode" on ppc64 systems.
    
    initramfs-tools (0.40ubuntu1) dapper; urgency=low
    
      * Use tmpfs for /dev, instead of ramfs; as tmpfs is swappable.
      * Move /proc and /sys to the real filesystem, rather than unmounting them;
        slightly reduces workload.
      * Replace /root with ${rootmnt} in final usage of /dev/console
      * Copy across modprobe blacklist as well as aliases
    
      * Change the panic/breaknow thing *again*.  There's now a break= option
        which can be any of top, modules, premount, mount, bottom, init and
        causes the initramfs to break at that point.  panic/breaknow is now
        break=top, without an argument is equivalent to break=premount.
      * Run depmod at the top of the init script, so init-top scripts can use
        modprobe.
    
      * Remove udev-specific code:
        - depend on the version of udev that includes all of these things itself
        - remove udevstart from init
        - remove code to move /dev to the real filesystem from init
        - remove /sys-based module loading from load_modules
        - remove boot_events functions from load_modules
        - remove udev copy from mkinitramfs
        - remove udev hook script
    
    initramfs-tools (0.41) unstable; urgency=high
    
      "Una mattina mi sono svegliato"
    
      * High urgency upload to cope with newer udev upstream - bonus:
        condition to test against when udev is ready. (Closes: #341014)
        Thanks Marco d'Itri <email address hidden> for guidance and
        Heikki Henriksen <email address hidden> for double check.
    
      * Pump udev dep on 0.076-3.
    
      * Special thanks to Paul Traina for previous udev / emvs work.
    
      * Sync with Ubuntu (0.36ubuntu6).
    
      * Kill udevd as late as possible. Thanks David Härdeman <david@2gen.com>
        for the patch. (Closes: #339093)
    
    initramfs-tools (0.40) unstable; urgency=high
    
      * High urgency upload as udev changed under our feet. Fix RC bugs.
    
      * hooks/udev: Add needed bits: udevsynthesize. (Closes: #340257)
        Move good bits from global mkinitramfs.
    
      * Pump udev dep on 0.074-3.
    
      * Fix evms hooks properly until they get merged into the evms itself.
        (Closes: #337704)
    
      * Sync with Ubuntu (0.36ubuntu4).
    
    initramfs-tools (0.39) unstable; urgency=medium
    
       * Setting urgency to medium to get this into testing.  This
         will make life easier for d-i.
    
      * Revert the mklibs-small usage patch - reduces needed dependencies:
        hook-fuctions: Readds copy_exec.
        mkinitramfs, hooks/{evms,lvm,md}: Use copy_exec.
    
      * mkinitramfs: Newer udev no longer uses /sbin/udev - remove usage.
        (Closes: #339568, #339365, #338814)
    
      * Pump udev dependency.
    
      * init: Pump timeout as there is currently no way to check which udevd
        processes are still running and why.
        Cures hopefully breakage of missing devices on boot.
    
      * Sync with latest Ubuntu.
    
    initramfs-tools (0.36ubuntu6) dapper; urgency=low
    
      * Rename "panic" to "breaknow"
    
    initramfs-tools (0.36ubuntu5) dapper; urgency=low
    
      * Abort the boot sequence as early as possible if "panic" is placed on the
        kernel command-line, allowing debugging of scripts in init-top.
    
    initramfs-tools (0.36ubuntu4) dapper; urgency=low
    
      * Replace all occurances of /etc/mkinitramfs in mkinitramfs with $CONFDIR,
        so -d can be used to point at a completely alternate tree (for example,
        when installing into a chroot).
    
    initramfs-tools (0.36ubuntu3) dapper; urgency=low
    
      * mkinitramfs: only copy the klibc-*.so file, and not the development
        pieces that happen to sit alongside it.
    
    initramfs-tools (0.36ubuntu2) dapper; urgency=low
    
      * Fix typos in the handling of the mkinitramfs -d option (thanks, Colin).
    
    initramfs-tools (0.38) unstable; urgency=low
    
      [ dann frazier ]
    
      * initramfs.conf: Reference correct manpage.  (Closes: #336095)
    
      [ maximilian attems ]
    
      * scripts/functions, scripts/local-premount/suspend: Fix suspend to disk
        by using decimal numbers. Thanks to Adrian Bridgett <email address hidden>
        for the patch. (Closes: #336936)
    
      * hooks/evms: manual_add_module dm_mod, now we no longer pull it in by
        default. Thanks to Steinar H. Gunderson <email address hidden>
        (Closes: #336617)
    
    initramfs-tools (0.37) unstable; urgency=low
    
      * scripts/functions, scripts/local-premount/suspend: Use of "stat"
        which isn' any more provided by busybox (1.01-3).
        Thanks to Adrian Bridgett <email address hidden> for the patch using awk.
        (Closes: #335801)
    
      * hooks/kernelextras: Check for existence of ${MODULESDIR}/initrd/:
        Exit if it doesn't exist before including current dir.
        Thanks to Jean Charles Delepine <email address hidden> (Closes: #335505)
    
      * hooks/lvm, hooks/md: Remove FIXME's at second thought.  You better want
        to check against the binaries for your not yet created raid/lvm.
    
    initramfs-tools (0.36ubuntu1) dapper; urgency=low
    
      * Forced version bump to minimise the scary until I have a chance to dig
        through the ubuntu:debian diffs and do a proper merge of their changes.
      * Remove the "Loading, please wait..." message from the top of init, as
        we now have other fairly early visual feedback, and this is just ugly.
    
    initramfs-tools (0.36) unstable; urgency=low
    
      "Sunny Autumn Release"
    
      * Minor cleanups in mkiniramfs.
    
      * Remove manpage section about return values. Needs to be rephrased.
        Not sure if it's important for the enduser.
    
    initramfs-tools (0.35) unstable; urgency=low
    
      * mkinitramfs: Return 2 for failure path of --supported-(host|target)-version.
    
      * mkinitramfs: Run the hooks before mklibs-copy, broke evms.
        Thanks for fix and testing to Steinar H. Gunderson <email address hidden>
    
      * Change name of virtual package that is provided into linux-initramfs-tool.
    
      * Add hooks/lvm allowing to remove dependency on lvm2.
    
      * Add hooks/md allowing to remove dependency on mdadm.
    
      * Remove the mdadm and lvm dependencies, they work as hooks when present.
        The lvm2 version in sarge is good enough to address issues mentioned in
        0.16. A woody backport will need newer lvm2 although..
    
    initramfs-tools (0.32) unstable; urgency=low
    
      [ Bastian Blank ]
      * Use mklibs-copy.
      * Use udevsynthesize instead of udevstart.
      * hook-functions: Add ibmvscsic to list of scsi modules.
    
      [ Sven Luther ]
      * Added --supported-(host|target)-version support for the new post-2.6.13
        ramdisk-tool policy. Added linux-ramdisk-tool virtual package too.
        (Closes: #333856)
    
      [ maximilian attems ]
      * Resynchronise with latest upstream release.
      * Place shift after variable outfile assignment.
      * Fix strange chars in the Depends line resulting in no depends at all.
      * Thanks to Bastian Blank for the fixes concerning the new busybox version.
        (Closes: #334467)
    
      [ Jeff Bailey ]
      * scripts/nfs (mountroot): New variable: NFSOPTS, default to
        -o retranfs=10. (Ubuntu 12942)
        This 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!
    
      [ Adam Conrad ]
      * Make us a bit more silent/tidy by default, unless "quiet" isn't on
        the kernel's command line (then we're just as verbose as ever)
    
      [ Jonas Smedegaard ]
      * Use GNU getopt (instead of bash builtin getopts) for improved long-
        opts handling.
      * Quote variables.
      * Use test options -n and -z.
    
    initramfs-tools (0.31) unstable; urgency=low
    
      Quick fix for sluggish dep
    
      [ Bastian Blank ]
      * Use new busybox. (closes: #333755)
    
    initramfs-tools (0.30) unstable; urgency=low
    
      Apparition Octobre Rouge
    
      [ maximilian Attems ]
    
      * Resynconise with latest upstream now we are in unstable.
    
      [ Jeff Bailey ]
      * debian/rules: Make sure hooks and scripts are chmod +x
    
      * hook-functions (auto_add_modules): Add advansys.
    
      * debian/init: Add "Loading, please wait..." message.
        Don't log for init-top scripts to avoid usplash noise.
    
      * init: Add start of debug command line option.
    
      * scripts/functions (log_begin_msg): Call usplash if available
        (log_end_msg): Call usplash if available
        (panic): Close usplash if available
    
      * scripts/functions (load_modules): Quote resume variable.
        Thanks to Christian Kellner for helping test that!
    
      * scripts/local-premount/suspend: Quote resume variable.
    
      * update-initramfs: Use basename on the link target to get the
         version number.
    
      * HACKING: Start of some notes on how this package actually works.
      * debian/initramfs-tools.docs: Install it.
    
      [ Matthew Garrett ]
      * scripts/functions (load_modules): Run udevstart after loading block
        drivers should fix resume from hibernate on non-LVM systems.
    
    initramfs-tools (0.29) breezy; urgency=low
    
      "Beauty is a form of genius - is higher, indeed, than genius, as it
       needs no explanation."
      - Oscar Wilde
    
      * hook-functions (auto_add_modules): Add advansys.
    
      * debian/rules: Make sure hooks and scripts are chmod +x
    
      * init: Add start of debug command line option.
    
    initramfs-tools (0.28) breezy; urgency=low
    
      * Run udevstart after loading block drivers - should fix resume from
        hibernate on non-LVM systems.
    
    initramfs-tools (0.27) unstable; urgency=low
    
      * Remove unused BUSYBOX config option as we use busybox anyway.
    
      * Add Jeff Bailey and myself as Uploaders, Debian kernel team as
        MAINTAINER.
    
      * Upload to debian unstable - allows use of nondevfs kernel >= 2.6.13
        with initramfs image. (Closes: #312561, #315654)
    
      * Fix busybox dependency to the relevant debian package.
    
      * Reorder the initramfs.conf variables.
    
      * Add question mark to the getopts for the help message.
    
      * update-initramfs.8 New file install it.
    
      * The debian busybox-cvs-static installs into /bin/busybox:
        fix pathes vis-a-vis ubuntu version. make that a variable on top.
    
    initramfs-tools (0.26) breezy; urgency=low
    
      "Experience is one thing you can't get for nothing."
      - Oscar Wilde
    
      * scripts/local-top/lvm: Reduce -- to - in VG strings for feeding
        to vgchange.  (Ubuntu: #13387)
    
      * update-initramfs: New file
      * debian/dirs: Add /var/lib/initramfs-tools
    
      * hooks/evms: New file
      * scripts/local-top/evms: New file.
        Thanks to Jerry Haltom for helping test this!
    
      * debian/control: Bump klibc depends to 1.0.14-1ubuntu2 for jfs support
    
      * hook-scripts (manual_add_modules): Don't do unnecessary depmod
        (dep_add_modules): No need for a sleep 2 here.
        Thanks to Matt Zimmmerman for noticing these!
    
      * scripts/functions: Attempt resume before loading USB or Network
        modules to avoid resume issues with USB.
        Thanks to Matthew Garrett for this patch!
    
      * scripts/functions (ide_boot_events): Always load ide-generic
        before going further.  This allows us to catch any hidden
        IDE controllers that might not otherwise get found.
    
      * initramfs.conf.5: New file
      * debian/initramfs-tools.manpages: Install it.
        Thanks to maximilian attems for the manpage!
    
      * hook-functions (auto_add_modules): Add mptscsih (Ubuntu #15406)
        Thanks to Jesper Krogh for the bug report!
    
      * debian/dirs: Add etc/mkinitramfs/hooks, move all scripts subdirs
        into etc/mkinitramfs/scripts.
    
      * mkinitramfs: Set the umask.  Copy the scripts from
        /etc/mkinitramfs/scripts into the image.
        Make sure that modules file lists is actually a regular file.
    
      * init: Use ${rootmnt} instead of hardcoded /root, use mount -n
        Fix typo.
    
      * hook-functions (catenate_cpiogz): Add sanity check.
        (add_modules_from_file): Document, quote variable, add warning.
    
      * docs/example_hook: Update
        Thanks to Karl Hegbloom for these previous 5 patches!
    
      * init: Create /var/lock on the initramfs
        Thanks to Jerry Haltom for noticing this!
    
      * debian/dirs: rename to ...
      * debian/initramfs-tools.dirs: ... this.
    
      * scripts/functions (scsi_boot_events): Don't attempt to look
        at ${device}/type if it doesn't actually exist.
    
    initramfs-tools (0.25) breezy; urgency=low
    
      "If there was less sympathy in the world, there would be less
       trouble in the world."
      - Oscar Wilde
    
      * init: Module the /dev tmpfs earlier.  Make /dev/console, and
        /dev/null on it at the beginning, just in case.
    
      * debian/initramfs-tools.postinst: When copying the modules file over
        from initrd-tools installations, filter out ext2, ext3, ide-generic
        and ide-disk.  These are leftovers from Warty.
        (Ubuntu #14242)
    
      * hooks/udev: New File (Ubuntu #12915)
    
      * init: panic if ${init} doesn't exist on the target filesystem.
    
    initramfs-tools (0.24) breezy; urgency=low
    
      "Experience is simply the name we give out mistakes."
      - Oscar Wilde
    
      * hook-functions (auto_add_modules): Add cciss
        (Ubuntu #14177) Thanks Fabionne!
    
      * scripts/functions (parse_numeric): Noop on empty parameter.
        Fixes LTSP boot failure.  Thanks to Oliver Grawert
        for testing!
    
      * scripts/local-top/md: Don't run modprobe when raidlvl is unset.
        Run mdadm if raidlvl has ever been set, not just if the most
        recent device checked was part of the raid setup.
        Thanks to Jeff Waugh for the bug report!
    
      * mkinitramfs: Feed the -o argument through readlink -f to
        get the canonical pathname.
    
    initramfs-tools (0.23) breezy; urgency=low
    
      "This suspense is terrible. I hope it will last."
      - Oscar Wilde
    
      * scripts/local: Quote ${ROOT} so that an empty value causes us
        to drop to a shell.
        Thanks to Matt Zimmerman for this fix!
    
      * hook-functions (auto_add_modules): Add atiixp and opti621 to
        the IDE set.
    
      * hook-functions (dep_add_modules): Detect i2o and add i2o_block
        (auto_add_modules): Include i2o_block.
    
      * scripts/functions (i2o_boot_events): New function
        (load_modules): Call it. (Ubuntu# 13806)
        Thanks to Tollef Fog Heen for the i2o patch!
    
      * debian/control: Depend on udev.
        Thanks to Alexander Butenko for troubleshooting this with me.
    
      * init: Move the /dev directory to the root filesystem.
        Handle all the udev bind mounts as needed.
        Make sure input and output is associated with dev/console.
    
      * scripts/functions (parse_numeric): Exit if we're refering to a path.
        Otherwise override root setting to be /dev/root.
      * init: Call parse_numeric when setting the root variable.
      * scripts/local-top/lvm: When using a numeric root, call vgchange -ay
        Don't attempt to start LVM on regular partitions.
        (Ubuntu #13365, #13778, and some of #13399)
    
      * scripts/local-top/lvm: Cope with -'s in the Volume Group and
        logical volume names. (Ubuntu #13387)
        Thanks to Stephen Shirley for the patch!
    
    initramfs-tools (0.22) breezy; urgency=low
    
      * Fix argument handling in force_load hook-function
      * Add "sleep 3" to scripts/nfs as a nasty hack around bug #12942
    
    initramfs-tools (0.21) breezy; urgency=low
    
      "All that I desire to point out is the general principle that
       life imitates art far more than art imitates life."
       - Oscar Wilde
    
      * mkinitramfs: Define MODULESDIR and use it.
    
      * hook-functions: Use MODULESDIR
        (add_modules_from_file): Do not add .ko extension to file lists.
        Call force_load instead of twiddling conf/modules directly.
        (Ubuntu #13372)
        (force_load): New function.
        (copy_exec): Attempt to use non-optimsed libraries if available.
        (Ubuntu #13470)
        (auto_add_modules) Include forcedeth (Ubuntu #13448)
    
      * hooks/kernelextras: New file. (Ubuntu #13414)
    
      * debian/initramfs-tools.postinst: Preserve /etc/mkinitrd/modules if
        possible on new install. (Ubuntu #13372)
    
    initramfs-tools (0.20) breezy; urgency=low
    
      * Depend on cpio.
    
    initramfs-tools (0.19) breezy; urgency=low
    
      "The basis of optimism is sheer terror."
      - Oscar Wilde
    
      * mkinitramfs: Honour MODULES=list and MODULES=dep.
    
      * hook-functions: New function dep_add_modules.
    
    initramfs-tools (0.18) breezy; urgency=low
    
      "We are all in the gutter, but some of us are looking at the stars."
      - Oscar Wilde
    
      * debian/initramfs-tools.postrm: Use rm -f for removing the modules
        file, in case it doesn't exist for some reason. (Ubuntu #13335)
        Thanks to Colin Watson for the bug report!
    
      * mkinitramfs.8: Correct my email address to be <email address hidden>
        Document /etc/mkinitramfs/DSDT.aml
    
      * debian/initramfs-tools.postinst: Attempt to inherit RESUME settings
        from initrd-tools.  Also copy the DSDT from /etc/mkinitrd/DSDT to
        /etc/mkinitramfs/DSDT.aml
    
    initramfs-tools (0.17) breezy; urgency=low
    
      "The public is wonderfully tolerant. It forgives everything except
       genius."
      - Oscar Wilde
    
      * debian/initramfs-tools.postinst: Get the name of the config file
        right when seeding RESUME=.  Also fix the sed expression.
        Thanks to Matthew Garrett for noticing this!
    
    initramfs-tools (0.16) breezy; urgency=low
    
      "It is through art, and through art only, that we can realise our
       perfection."
       - Oscar Wilde
    
      * mkinitramfs: Make sure all relevant ide modules are included.
        Add RESUME= support.
    
      * scripts/functions: Be silent when adding non-detected modules.
    
      * conf/mkinitramfs.conf: MODULES=most by default, BUSYBOX=y
        (Non-busybox isn't supported now.  It's not clear that it ever
         will be).  Add RESUME line for resuming from suspend-to-disk.
    
      * scripts/local-premount/suspend: New script for suspend-to-disk.
    
      * debian/control: Bump depends on busybox-cvs-initramfs to
        20040623-1ubuntu19.  Add dependancy on lvm2.
        Bump standards version to 3.6.2.0 (no-op)
    
      * debian/control:
        Force version depend on lvm2 (>= 2.01.04-5) to make sure newer kernels
        will boot.
        Thanks for Andrew Mitchell for discovering this.
    
      * hooks/: New directory
    
      * debian/dirs: Move hooks to ...
      * debian/initramfs-tools.install: ... here.
    
      * hooks/acpid: New file.
    
      * scripts/init-premount/acpid: New file
        Thanks for the hint from Matthew Garrett for this.
    
      * debian/initramfs-tools.postinst: Add RESUME support on first install.
    
      * debian/mkinitramfs: Move functions to ...
      * debian/hook-functions: ... here.
    
      * debian/initramfs-tools.install: Install hook-functions
    
      * mkinitramfs.8: New file.
        Thanks to Maximilian Attems for contributing this!
    
      * scripts/local-top/md: Don't try to detect raid on non-existant devices
        or on whole devices.  Quiet other warning messages.
    
      * hook-functions: When generating initramfs, don't complain about missing
        modules.
    
    initramfs-tools (0.15) breezy; urgency=low
    
      "Nothing looks so like innocence as an indiscretion."
      - Oscar Wilde
    
      * mkinitramfs: Handle putting DSDT.aml into the initramfs
        Add sata_nv to list of modules to import for main mode.
    
      * init: New scripts directory, init-premount for generic premount
        handling (like usplash)
    
      * debian/dirs: Make the /etc version of this directory for user
        addons.
    
      * debian/rules: Use prebuild, rather than debian-build-arch.
    
    initramfs-tools (0.14) breezy; urgency=low
    
      "The world is a stage, but the play is badly cast."
      - Oscar Wilde
    
      * scripts/functions: Add scsi_boot_events and call it to load sd_mod
    
      * scripts/local-top/md: Autodetect raid level
    
      * scripts/local-top/lvm: Only activate the volumegroup required by
        the root device.  Don't bother with lvm if the root partition isn't
        /dev/mapper/FOO.
    
      * scripts/functions: Fix ide_boot_events.  This never worked, even
        if I thought it did.
    
      * init: init variable should be lower case.  Exported ROOT variable
        should be upper case.
    
    initramfs-tools (0.13) breezy; urgency=low
    
      "We live in age when unnecessary things are our only necessities."
       - Oscar Wilde
    
      * Use detailed logging now for debian/changelog.  We have at least
        three people hacking now, and details would probably be useful.
    
      * debian/TODO: Update
    
      * debian/dirs: Sort and add usr/share/initramfs-tools/hooks
    
      * debian/initramfs-tools.examples: Add docs/example_hook and
        docs/example_hook_cpiogz
    
      * debian/initramfs-tools.install: Pretty Print.
    
      * debian/rules: Ensure that mkinitramfs is executable
    
      * docs/example_script: New file
    
      * init: Add concept of 'quiet', be verbose if not specified
    
      * mkinitramfs: Do not load script functions until needed
        Clear up comments / documentation
        Use DESTDIR instead of TMPDIR
        Add ability to link in extra hunks into the cpio file
        Cosmetic cleanups
    
      * scripts/functions: Add lsb stype log_FOO_msg functions
    
      * scripts/local: Add logging
    
      * scripts/nfs: Add logging
    
      Thanks to Karl Hegbloom for most of these patches!
    
      * debian/control: Get a much better description
    
      Thanks to Maximilian Attems for this!
    
      * scripts/functions: Add copy_exec function that copies a program
        and all libraries that it depends on.
    
      * mkinitramfs: Use it
    
      * scripts/local-top/lvm: New file
    
      * mkinitramfs: Specify the modules to copy rather than mass copying
        directories
    
      * scripts/functions: Always load ide-generic to cope with ide subsystem
        suckage.
    
    initramfs-tools (0.12) breezy; urgency=low
    
      "I am not young enough to know everything." - Oscar Wilde
    
      * Don't complain if /etc/mkinitramfs/modules doesn't exist.
    
      * Make sure that raid1 is pulled in.
    
      * Include /etc/modprobe.d/aliases in the initramfs
    
      * Default to currently running kernel version.
        Based on a patch from maximilian attems, thanks!
    
      * Handle module arguments in /etc/mkinitramfs/modules
    
      * Do hookscripts at generation time.  Drop things into
        /usr/share/initramfs-tools/hooks or /etc/mkinitramfs/hooks
    
      * Make sure local-bottom and nfs-bottom get created
        Thanks to Karl Hegbloom for these three patches!
    
      * Prune stray echo from call_scripts
    
      * Load raid1 for now so that md setups will work.
    
      * Detect ide modules load
        Thanks to Jeff Waugh for initial testing of this!
    
    initramfs-tools (0.11) breezy; urgency=low
    
      "Illusion is the first of all pleasures" - Oscar Wilde
    
      * Make the init much less noisy
    
      * Pull in all the dependancies for nfs and af_packet
    
      * Be compatible with misdocumented mkinitrd interface
    
      Thanks to Matt Zimmerman for the bug reports and testing!
    
      * Update debian/copyright to have the location of the bzr
        archive
    
    initramfs-tools (0.10) breezy; urgency=low
    
      The "I can see you!" release.
    
      * Unconditionally require busybox.  Might revert this eventually
        but it's too much of a pain right now do this without
        a reasonably environment
    
      * Use modprobe to load modules
    
      * Iterate through /sys/bus/pci and /sys/bus/usb and load drivers
        based on their modalias
    
      * Start to use /sbin for things
    
      * Include depmod in the image.  Use it at boot time.
    
      * Edit config example to show the modules that do need to be included
        manually for this build.
    
    initramfs-tools (0.9) breezy; urgency=low
    
      * Be consistent about y/n vs. yes/no values for the readonly variable
    
    initramfs-tools (0.8) breezy; urgency=low
    
      The "We are one in the spirit..." release
    
      * Export the command line variables so that the various scripts
        can see them.
    
      * Honour command line 'ro' or 'rw' settings for nfs.
    
    initramfs-tools (0.7) breezy; urgency=low
    
      The "CONFORM!" release.
    
      * Make command line arguments almost match mkinitrd.  The -m argument
        doesn't make any sense, so it's not supported.  Add support for
        overriding the confdir, and specifying version no longer expects -v.
    
      * Add sed and grep to the initramfs for now.  Will prune these
        eventually, but for now mdrun needs them.
    
      * Add mdadm and mdrun to the initramfs.
    
      * Add hookscript directories.
    
      * Call hookscripts
    
      Thanks to David Weinhall <email address hidden> for the dependancy-based
      hookscripts.
    
    initramfs-tools (0.6) breezy; urgency=low
    
      The "Sweep! ....  Off!" release.
    
      * Source in the net-${DEVICE}.conf file to get IP address information.
    
      * Add commandline parameters for NFSROOT and BOOT.
    
      * Moving loading of boot functions to after commandline parsing.
    
      * Allow NFSROOT variable to be set to auto to pick up value from DHCP
        Server.
    
    initramfs-tools (0.5) breezy; urgency=low
    
      The "Climbing to the horizons" release.
    
      * Update for newer udev, call "udevstart" rather than "udev udevstart"
    
      * /etc/mkinitramfs/modules should not be a conffile.
    
      * Support busybox.
    
      * Fix bug where -k would delete the tmp files, and otherwise it would keep
        them.
    
      * Handle # for comments in the modules file.
    
      * arch:all, not arch:any
    
    initramfs-tools (0.4) breezy; urgency=low
    
      * First upload to Ubuntu.
    
      * Handle glibc compiled udev for now.
    
    initramfs-tools (0.3) unstable; urgency=low
    
      * Fix init and root variables
    
    initramfs-tools (0.2) unstable; urgency=low
    
      * Include the modules in the initrd
      * Drop the .ko ending from the module loads.
      * Actually chain to the sub scripts.
      * kilbc is now named properly
      * First cut of an NFS root implementation
    
    initramfs-tools (0.1) unstable; urgency=low
    
      * Initial Release.
    
     -- Ben Collins <email address hidden>   Tue,  2 Jan 2007 20:28:59 -0500
  • initramfs-tools (0.85dubuntu5) feisty; urgency=low
    
      * Actually remove lvm script.
    
     -- Ben Collins <email address hidden>   Thu, 21 Dec 2006 11:55:02 -0500
  • initramfs-tools (0.85dubuntu4) feisty; urgency=low
    
      * Remove duplicate "rm .../modules" from postrm.
      * Remove duplicate check_minkver() from scripts/functions. Now implemented
        in hook-functions.
    
     -- Ben Collins <email address hidden>   Thu, 21 Dec 2006 11:17:26 -0500
  • initramfs-tools (0.85dubuntu3) feisty; urgency=low
    
      * init-top/framebuffer: Only load vga16fb on amd64.
      * lvm: Remove, conflicts with lvm-common package.
    
     -- Ben Collins <email address hidden>   Thu, 21 Dec 2006 08:25:06 -0500
  • initramfs-tools (0.85dubuntu2) feisty; urgency=low
    
      * When calling busybox for links, use full path (BUSYBOXDIR).
      * Leave kinit and gzip (from klibc).
      * Do not create busybox links.
      * Symlink /bin/sh to busybox.
      * Remove suspend script, superseded by the resume script.
    
     -- Ben Collins <email address hidden>   Wed, 20 Dec 2006 18:45:59 -0500
  • initramfs-tools (0.85dubuntu1) feisty; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Change Build-Depends to Indep
        - Depend on busybox-initramfs and volumeid
        - Resume partition detection, using UUID's.
        - manual_add_firmware: Need to keep this until kernel supports exporting
          firmware requirements from modules.
        - Auto modules copies entire directories instead of module list.
        - qla2xxx firmware copying to initramfs.
        - Mount sysfs and proc with -onodev,noexec,nosuid. Was there to work
          around security issue. No reason to remove it.
        - BUSYBOXDIR="/usr/lib/initramfs-tools/bin/"
        - check_minkver() for minimal kernel version.
        - Some s/-q/-Qb/ changes for forced modprobes.
        - all_generic_ide script addition.
        - suspend script addition in local-premount.
        - takeover=1 in update-initramfs.
    
    initramfs-tools (0.85d) unstable; urgency=high
    
      Release "Le gros ventre qu'engraisse L'suffrage universel"
    
      * update-initramfs: run_lilo() needs to show errors of lilo -t on failure
        and exit with failure message. Thanks David Anselmi <email address hidden>
        for report. (closes: 401331) Updated according to review by
        Jurij Smakov <email address hidden>.
    
      * hook-functions: Add hppa zalon scsi module. (closes: 401229) urgency high
    
      * update-initramfs: Add warning for missing initramfs on update mode without
        takeover arg. Restructure altered_check, don't delete sha1sum on failure.
        Thanks Jurij Smakov <email address hidden> for noticing.
    
       * mkinitramfs: Reduce size of initramfs by keeping 1 busybox copy.
         Thanks for the patch input to Russell Coker <email address hidden>.
         Thanks for the sed rework to Klaus Ita <email address hidden>.
         (closes: 338405)
    
    initramfs-tools (0.85c) unstable; urgency=medium
    
      Release "Pour être heureux vraiment Faut plus d'gouvernement"
    
      * hook-funcions: Show on verbose mode the added binaries and libraries.
    
      * update-initramfs: Don't silently fail, user won't be able to reboot.
        Thanks Mario Aeby for his blog entry.
    
      * debian/copyright: Moved to bzr.d.o repo location.
    
      * hook-functions: Merge 0.69ubuntu22 copy_module_dir fixes, we'll use it
        too postetch. Fix the bashism. Thanks to Jurij Smakov <email address hidden>
    
      * scripts/init-premount/thermal: Load blindly a bunch of thermal modules
        on powerpc as they are not hotpluggable. Might be ugly, but is a safe bet.
        Kernel plattform fix is scheduled for 2.6.20. Push with medium urgency.
        (closes: 401269)
    
    initramfs-tools (0.85b) unstable; urgency=medium
    
      * mkinitramfs: Test for ${outfile} before touching anything. (closes: 381677)
    
      * update-initramfs.conf, update-initramfs: Allow to disable backup strategy.
        While we are it fix logic of backup_booted_initramfs(). (closes: 397787)
        urgency medium.
    
      * scripts/init-top/framebuffer: Fix regression of /dev/fb0 creation,
        modprobe fb before creating device. Thanks to Otavio Salvador
        <email address hidden> for patch.
    
    initramfs-tools (0.85a) unstable; urgency=high
    
      * On first time run backup_booted_initramfs() has nothing to back up.
    
    initramfs-tools (0.85) unstable; urgency=high
    
      Release "Nichts ist getan, wenn noch etwas zu tun übrig ist."
    
      * update-initramfs: Fix ro /boot check to not trigger on other mounts
        having a /boot string. (closes: 393906) Thanks for the patch
        Olli Helenius <email address hidden>
    
      * init-top/framebuffer: Fix duplicate fbno0 device creation. Merge the
        0.69ubuntu10 solution. Thanks Benjamin Leipold <email address hidden>
        for the report. (closes: 393890)
    
      * update-initramfs: Fix mbr_check() for installed lilo and used grub. Thanks
        for the patch by Michel Casabona <email address hidden>. Also be
        stricter about do_bootloader match, use negative info and add check for
        grub on mbr before throwing error. (closes: 394559) urgency high.
    
      * hook-functions: Add sata_sil24 to scsi modules. (closes: 395907)
        Thanks Vadim S. Solomi" <email address hidden> for the patch.
    
      * update-initramfs: Fix lilo detection in mbr_check() for rootraid.
        Based on a patch by Michael Prokop <email address hidden>. Suppress lilo warning
        messages on test run.
    
    initramfs-tools (0.84) unstable; urgency=high
    
      Release "A-t-on pris à Saint-Périne, Tous ces dictateurs impotents ?"
    
      * hook-functions: Use modprobe --ignore-install arg to put all listed
        modules on initramfs. Thanks Mario Izquierdo <email address hidden>
        for report. (closes: 384043)
    
      * update-initramfs: If elilo is around run it on initramfs update, add
        zipl run.
    
      * scripts/local: Use vol_id too if around to set FSTYPE. Thanks for the
        patch to "Alex Owen" <email address hidden> (closes: 380004)
    
      *  hooks/thermal: Add many of the windfarm modules for powerpc boxes.
    
      * initramfs-tools.preinst: merge bits of 0.69ubuntu16. (closes: 393773)
        urgency high as fixes upgrade from sarge - thanks Federico Grau
        <email address hidden>.
    
      * scripts/init-top/framebuffer: Fix mknod call. (closes: 393543)
        Thanks for the patch Kiro Zimmer <email address hidden>.
    
      * mkinitramfs: Create modulesdir even on monolithic linux. (closes: 393688)
        Thanks for the patch Ian Campbell <email address hidden>.
    
    initramfs-tools (0.83) unstable; urgency=high
    
      Release "Ois was du verzapfst is a koida Kaffee"
    
      * update-initramfs: Keep an initramfs backup while we are running. Do also
        keep the booted initramfs as .bak in /boot. First helps on power cut.
        Second is a good conservative approach and demanded feature.
        Thanks Thiemo Nagel <email address hidden> for report. (closes: 387780)
    
      * init: When debug is invoked with an additional arg, write output to
        console. Thanks Christian Aichinger <email address hidden> for the idea.
        Should ease remote debugging.
    
      * initramfs-tools.8: Document new debug=<whatever> feature.
    
      * initramfs-tools.preinstall: Check for right arg. (closes: 391619)
    
      * update-initramfs: Try to guess harder if lilo might need to be run
        if grub is also around. On old installs we get _zero_ information from
        /etc/kernel.img. Parse mbr for lilo signature. (closes: 385949)
        Thanks to Michael Prokop <email address hidden> for finetuning.
    
      * scripts/init-top/framebuffer: Parse video bootarg and refactor script.
        This add support for custom framebuffer modules. (closes: 386441)
        Thanks for the patch by David Härdeman <david@2gen.com>.
    
      * update.conf: Allow to make "update-initramfs -u" an noop. Useful for
        conservative settings of a remote server. (closes: 362064) urgency high.
        Thanks Manoj Srivastava <email address hidden> for the tough testing.
    
      * update-initramfs.conf.5: Document the new update_initramfs variable.
    
      * update-initramfs: Kope with stupid mv of grub to /usr/sbin.
    
      * manpages: Get a banana and mark myself as author.
    
      * update-initramfs: version_exists needs not only to check for existing
        sha1sum, but also initramfs. (closes: 382472)
    
    initramfs-tools (0.82) unstable; urgency=high
    
      * Merge 0.69ubuntu15, plus 0.69ubuntu14 and 0.69ubuntu11 changelog entries
        as not affected or already fixed.
    
      * hook-initramfs: Add qla4xxx support, thus urgency high.
    
    initramfs-tools (0.81) unstable; urgency=low
    
      Release quick and happy spin j = l + s
    
      * update-initramfs: Really check for mounted /proc on use. (closes: 388241)
        Thanks Alex Owen <email address hidden>. While beeing in this business,
        check for mounted proc in initramfs-tools.preinst too.
    
      * hook-functions: Add new scsi drivers aic94xx and stex. Add new net drivers
        ehea, ep93xx_eth and qla3xxx. Thus urgency high.
    
      * update-initramfs:  Use set ``--'' to change positional paramaters. Thanks
        Jörg Sommer <email address hidden>. (closes: 389726)
    
      * scripts/nfs: Revert to previous handling of dhcp server passing server-ip.
        (closes: 387808)
    
      * debian/initramfs-tools.preinst: Fix comment typo, thanks
        shaulka@012.net.il for the patch. (closes: 389486)
    
      * mkinitramfs: Allow an hook script to set an paranoid umask, considered
        useful for shipping gpg keys inside of initramfs. Thanks Max Vozeler
        <email address hidden> and Lionel Elie Mamane <email address hidden> for the
        patch. (closes: 381677)
    
    initramfs-tools (0.80) unstable; urgency=high
    
      Release "O partigiano, portami via, che mi sento di morir."
    
      * update-initramfs: Test for lilo executable earlier otherwise an warning
        would be issued with grub installed and left over lilo config.
    
      * hook-functions: Add lasi700 to the scsi modules. (closes: 387909) Thanks
        Nagilum <email address hidden>. Thus urgency high.
    
      * scripts/nfs: Fix typo in ipconfig protocol handling, fix dhcp server
        passing ser-ip as part of root-path, retry every second to not hammer
        an FAI'ed nfs initramfs network.  Thanks for input and patches
        Vagrant Cascadian <email address hidden>. While we are there refactor
        the loop. (closes: 387841, 387808, 387809)
    
      * update-initramfs: Check if /proc is mounted for ro_boot_check.
    
    initramfs-tools (0.79) unstable; urgency=high
    
      * update-initramfs: Allow create and delete to work on "all" kernelversions.
        Fixes bug on update to pass all the specified optional args.
        Thanks to Osamu Aoki <email address hidden> for the patch. (closes: 360281)
        Improve it to parse args once and also highlight 'all' on usage.
    
      * update-initramfs.8: Document usage of "all" + add example section.
    
      * update-initramfs: On update check if /boot is ro, warn and exit.
        Thanks to Alexander Wirt <email address hidden> to improve the awk snippet.
    
      * update-initramfs: run_lilo don't return 1 if no lilo executable is there.
        Thanks "Peter D. St. Onge" <email address hidden> for the report.
        (closes: 386999)
    
    initramfs-tools (0.78) unstable; urgency=medium
    
      * update-initramfs: Check in call_lilo() if /sbin/lilo is executable,
        when /etc/lilo.conf exists (closes: 384967) - thus urgency medium.
    
      * init: Guard all dirs against creation. (closes: 385281)
    
      * debian/scripts: Add /etc/kernel-img.conf section, as update-initramfs
        needs to act according to it.
    
      * scripts/nfs: Fix parsing of etherboot ip options. Based on a patch by
        to Vagrant Cascadian <email address hidden>. (closes: 385252)
    
      * scripts/nfs: No need to duplicate work of ntfsmount. Thanks for the patch
        to  Vagrant Cascadian <email address hidden>. (closes: 385226)
    
      * scripts/nfs: Add an sleep 0.1 in the retry loop to slow down retry
        attempts. Only log "Retrying .." after first run. Use init variable.
        (closes: 385624)
    
      * init: Reorder the early mknod after tmpfs mount. (closes: 385641)
    
      * initramfs.conf.5, mkinitramfs, scripts/local, scripts/local-top/mdrun,
        scripts/nfs, update-initramfs.8, debian/changelog: Whitespace policy.
    
    initramfs-tools (0.77b) unstable; urgency=high
    
      * mkinitramfs: Fix destination of mdrun.conf. Thanks for the report to
        Scott Glenn <email address hidden>. Urgency high as broken in testing
        too and needed for partial mdadm upgrades. (closes: 385406)
    
    initramfs-tools (0.77) unstable; urgency=medium
    
      * mkinitramfs, scripts/local-top/mdrun: Use mdrun.conf as config file.
        Ship mdrun unconditionally if around, should help in recovery situations.
    
      * debian/initramfs-tools.postinst, hook-functions, mkinitramfs,
        scripts/local, update-initramfs: Cleanup the "-a" and "-o" bashism.
    
      * scripts/nfs: Retry to mount NFS on eventual failure. (closes: 377643)
        Based on a patch by Vagrant Cascadian <email address hidden>.
    
      * init: Make sure there is an /dev and /root. Usually passed by the kernel.
        Also /dev/null or /dev/console might already be shipped.
        Based on a patch by David Härdeman <david@2gen.com>. (closes: 340494)
    
      * scripts/local-top/lvm: Fix prereqs s/mdraid/mdrun, thus urgency medium.
        Thanks Rainer Gauweiler <email address hidden> for the notice.
    
    initramfs-tools (0.76) unstable; urgency=medium
    
      * debian/control: Tighten klibc to 1.4.19-2 for fixed nuke. (closes: 383730)
    
      * mkinitramfs: Only hard code root when root arg got passed.
    
      * init: Parse /proc/cmdline for rootfstype, initrd-tools did it too.
    
      * init: Parse /proc/cmdline for rootdelay.
    
      * scripts/local: Use eventual rootfstype and rootdelay info.
    
      * initramfs-tools.8: Add more docs about boot args, s/2.6.15/2.6.17/.
    
      * scripts/functions: Simplify parse_numeric() by arithmetic calculation,
        instead of working on it's representation. Thanks to tarski.
        (launchpad.net/21759) Much more elegant than the 0.58 version fix.
    
      * mkinitramfs: Parse rootraid for sarge compatibility and pass the info
        to the initramfs if etch mdadm is not yet installed.
    
      * scripts/local-top/mdrun: Assemble the root raid first before mdrun.
        Thanks martin f krafft <email address hidden>. (closes: 383908, 384063)
    
      * update-initramfs: Check if /etc/kernel-img.conf is readable,
        before attempting to parse also check for the right field.
    
      * init: Check for root=/dev/nfs. Parse ip kernel command line for nfsroot.
        Drop undocumented and not compliant nfsopts.
    
      * scripts/nfs: Add ip parsing conforming to Documentation/nfsroot.txt.
        Use the nfsroot bootparam in combination with eventual ip provided
        device or server-ip. Do minor code cleanups. Both items based on patches
        by Vagrant Cascadian <email address hidden>. (closes: 380649)
    
      * Set urgency medium due to large number of serious bug fixes.
    
    initramfs-tools (0.75) unstable; urgency=high
    
      * hook-functions: Add megaraid_sas to the scsi list. Thanks Kenshi Muto
        <email address hidden>.
    
      * init: Parse for "panic=<timeout>" bootarg.
    
      * hook-functions: Immediately call reboot in the panic function if panic=0
        to disallow any console access for secured boxes. (closes: 378455)
    
      * debian/TODO: Update to current state
    
      * update-initramfs: do_bootloader can be set mixed case or upper case.
        Catch the obvious Yes and YES too.
    
      * hook-functions: Really include DAC960 driver. Thanks Tim Small
        <email address hidden>. (closes: 383486) 2 module fixes thus urgency high.
    
    initramfs-tools (0.74) unstable; urgency=low
    
      * scripts/local-premount/resume: Reuse klibc resume, hardcode path as
        uswsusp shipps too an resume binary in initramfs-tools. Thus tighten
        again klibc dep to 1.4.11-1. (closes: 381535)
    
      * mkinitramfs: Readd mdrun when around.
    
      * scripts/local-top/mdrun: Rename from mdraid. Use mdrun as previously,
        there is no guarantee that the sarge mdadm works and that the sarge
        mdadm.conf has any sense.
    
      * debian/control: Better package description.
    
      * scripts/local: mountroot add message what to check if root is not found
        in 2 straight lines to keep as much of scrolling buffer.
    
      * scripts/functions: Use set ``--'' to change positional paramaters without
        changing any options. This is useful for the debug bootparam on d?ash.
    
      * update-initramfs: Respect "do_bootloader = yes" from /etc/kernel-img.conf
        to call lilo if both lilo and grub are installed. (closes: 382013)
    
    initramfs-tools (0.73e) unstable; urgency=high
    
      * mkinitramfs: Fix if statement for conf.d. (closes: 382740)
    
    initramfs-tools (0.73d) unstable; urgency=high
    
      * scripts/local-top/mdraid: Fix path of expected mdadm config file.
        Thanks Daniel Dickinson <email address hidden> for report. (closes: 382602)
    
      * mkinitramfs: Treat /usr/share/initramfs-tools/conf.d config snippets as
        the configuration files in /etc/initramfs-tools/conf.d. A configuration
        file with the same name will override the first. (closes: 381315)
        Thanks Vagrant Cascadian <email address hidden> for the patch.
    
      * mkinitramfs.8: Document conf.d existence.
    
      * hooks/lvm: Really remove it, logic is in mkinitramfs.
    
      * urgency high for the mdraid bug fix, rest is trivial.
    
    initramfs-tools (0.73c) unstable; urgency=low
    
      * scripts/local-premount/resume: Revert klibc-utils resume usage until
        breakage cause is known. Thus downgrade klibc dep to 1.4.8-0. Thanks
        Steinar H. Gunderson <email address hidden> for report. (closes: #381475)
    
    initramfs-tools (0.73b) unstable; urgency=high
    
      * Revert nfs change in 0.70: Debian busybox is build with CONFIG_NFSMOUNT=n.
        Reuse nfsmount from klibc. nfsroot parsing needs more care for the next
        release. Now at least support those users where nfs previously worked.
        Thanks Vagrant Cascadian <email address hidden> for report.
        (closes: 380686). High urgency to get this into testing.
    
    initramfs-tools (0.73) unstable; urgency=high
    
      * debian/initramfs-tools.postrm: Don't forget to remove config file
        modules on purge. Thanks piuparts verification.
    
      * mkinitramfs: Add sections that deals with sarge mdadm and lvm2.
        Does nothing if etch package hooks are installed, will be dropped
        postetch as then we upgrade from mdadm and lvm2 packages with hooks.
        Taken from Dapper initramfs-tools-0.40ubuntu32. Adapt to add more
        modules and no need for mdrun.
    
      * hooks/lvm: Remove handled by mkinitramfs itself.
    
      * scripts/local-top/lvm: Add prereqs lvm2 + mdraid. Exit if lvm2 hook is
        present. Eases transition of lvm hooks to lvm2.
    
      * scripts/local-top/mdraid: Enable all raid devices. Add mdadm as prereqs.
        Only run if no mdadm hook is in initramfs. (closes: 380089)
    
      * urgency high upload to get RC fixes into testing.
    
    initramfs-tools (0.72) unstable; urgency=low
    
      * Add scripts/init-top/framebuffer, reduces ubuntu diff even more.
        fb is only activated with splash or vga boot param.
      * Upload sponsored by Petter Reinholdtsen.
    
    initramfs-tools (0.71b) unstable; urgency=low
    
      * This time caught on bzr dotfiles, removed.
        Thanks a lot to Frederik Schüler <email address hidden> for review.
    
    initramfs-tools (0.71) unstable; urgency=low
    
      * initramfs.conf.5, initramfs-tools.8, mkinitramfs.8, mkinitramfs-kpkg.8,
        update-initramfs.8: Fix spacing in the SEE ALSO section and have this
        section everywhere as last. Fix linebreak in mkinitramfs.8 options.
        Thanks Martin Michlmayr <email address hidden> for the notice.
    
      * scripts/functions: Use shell parameter expansion to strip known dir
        prefix instead of gratious basename call.
    
      * scripts/functions: On panic call open the rescue shell with -i to get
        dash interactive features. ash from busybox ignores the param.
        Thanks David Härdeman <david@2gen.com> for the suggestion.
    
      * conf/initramfs.conf: Readd BUSYBOX=y section. Beware that a lot of boot
        scripts need busybox and the current default image still does too.
    
      * initramfs.conf: Document BUSYBOX usage.
    
      * init: Add variable quoting around resume, NORESUME parsing and checks.
    
      * hook-functions: Add myri10ge and smc911x to the net section. Add hptiop to
        the scsi section.
    
      * update-initramfs: Fix -v usage by not passing quoted ${OPTS} as one
        option. Thanks Famelis George <email address hidden> for the patch.
        (closes: 379212)
    
      * mkinitramfs: Really source /usr/share/initramfs-tools/conf.d/ entries.
    
      * mkinitramfs: Check against modules.dep before invoking depmod.
    
      * hook-functions: check_minkver() only needs to call init_list(),
        when a dir gets passed. Clean up check_minkver() logic.
    
      * scripts/function, mkinitramfs: Add output on verbose mode.
    
      * merge 0.69ubuntu4.
    
      * scripts/local-top/lvm: Prereqs s/md/mdadm/ for the new hooks.
    
    initramfs-tools (0.70b) unstable; urgency=low
    
      * Be more careful about vi dot files, removed.
        Thanks Frederik Schüler <email address hidden> for review.
    
    initramfs-tools (0.70) unstable; urgency=low
    
      * mkinitramfs: Don't include static kinit, nor gzip. They are the biggest
        klibc-utils binaries and we don't use them. Keep static gunzip, zcat and
        shared kinit for now.
    
      * Reduce diff against 0.69ubuntu3:
        - hook-functions: Fix kernel typo.
        - hooks/kernelextras: Fix comment and add vga16fb too.
        - init: Whitespace cleanup, add one more quiet check.
        - mkinitramfs: Use check_minkver instead of dpkg itself. Whitespace
          cleanup and add quoting.
        - scripts/local: Whitespace cleanup and add a comment.
        - scripts/nfs: Use mount with nolock instead of nfsmount.
          (closes: 359926)
        - update-initramfs: Add quoting + whitespace fix.
        - changelog: for noise reduction add 0.69ubuntu{1,2,3}, all 0.40ubuntu*,
          0.36ubuntu1 and missing 0.29 + 0.28 entries.
        - initramfs-tools.install, initramfs-tools.postinst and
          initramfs-tools.preinst merge 0.69ubuntu3.
    
      * break.txt, debian/NEWS, debian/changelog, debian/copyright,
        docs/example_hook, docs/example_hook_cpiogz, docs/example_script,
        hooks/lvm, hooks/md, init, initramfs-tools.8, initramfs.conf.5,
        mkinitramfs, mkinitramfs-kpkg, mkinitramfs-kpkg.8, mkinitramfs.8,
        scripts/functions, scripts/local-top/udev_helper, update-initramfs,
        update-initramfs.8: Cleanup trailing whitespace and non tabular indents.
    
      * scripts/local-premount/resume: Use new resume bin from klibc-utils.
        Removes superflous stat and awk usage.
    
      * debian/control: Depend against newer klibc-utils 1.4.11-1.
    
      * hooks/md, scripts/local-top/md: Drop as mdadm > 2.5-1 features them.
        (closes: #367567)
    
    initramfs-tools (0.69b) unstable; urgency=high
    
      * debian/initramfs-tools.preinst: Don't depend upon shipped directories
        to be existing. Thanks Colin Watson <email address hidden> for patch.
        Add trailing slash to copy command. (closes: 378089)
    
      * mkinitramfs: Revert the removal of kernel-package supported lonng param
        of 0.65. Readd that plain ugly interface. Warn users they should use
        ramdisk=mkinitramfs-kpkg. As kernel-package doesn't yet support
        update-initramfs. Thanks Frans Pop <email address hidden> for report.
    
      * debian/bug: Rename to script so that it shows up in reportbug.
        Fix debian/initramfs-tools.install accordingly.
    
      * Thus high urgency upload.
    
    initramfs-tools (0.69ubuntu22) feisty; urgency=low
    
      * For copy_module_dir, actually call manual_module for each one, so deps are
        taken care of.
    
    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)
    
    initramfs-tools (0.69ubuntu15) edgy; urgency=low
    
      * Add jmicron module to ide list.
        - Malone #63085
    
    initramfs-tools (0.69ubuntu14) edgy; urgency=low
    
      * Remove stray "set -x" from scripts/local-premount/suspend.
    
    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
    
    initramfs-tools (0.69ubuntu10) edgy; urgency=low
    
      * Create framebuffer device nodes unconditionally
    
    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.
    
    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.
    
    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.
    
    initramfs-tools (0.69ubuntu1) edgy; urgency=low
    
      [ Jeff Bailey ]
      * Merge from debian unstable.
    
    initramfs-tools (0.69) unstable; urgency=low
    
      * scripts/local-premount/suspend, scripts/local-premount/resume: Rename
        to the later as the script resumes from resume arg.
    
      * init: Parse for noresume and only export resume if it is not set.
        Allows boot scripts to check for it's eventual existence.
        Thanks David Härdeman <david@2gen.com> for the suggestion.
    
      * update-initramfs: Add option "-b directory" to override BOOTDIR.
        Allows the initramfs to be created in another dir without awkward
        mkinitramfs invocation. Check that the passed arg is really a dir.
        (ubuntu: 37690) Thanks Colin Watson <email address hidden>
    
      * update-initramfs.8: Document -b switch.
    
    initramfs-tools (0.68b) unstable; urgency=high
    
      * script/functions, hook-functions: Move check_minkver() to the second
        file as it uses dpkg and is run by mkinitramfs and not on boot.
    
      * mkinitramfs: Check if ${BUSYBOX} is set to n before adding it.
        Add a big fat warning that this not yet supported. Helps to do the
        klibc-utils work.
    
      * mkinitramfs: Run depmod if no /lib/modules/${version}/modules.dep exists.
        Solves initramfs creation for handbuild upstream Xen targets.
        Thanks to Klaus Ita <email address hidden> for the report.
    
      * debian/initramfs-tools.preinst, debian/initramfs-tools.postinst: Do the
        migration of the mkinitrd settings in the preinst. (closes: #376604) Thanks
        for the checks to Justin Pryzby <email address hidden>.
    
      * debian/initramfs-tools.preinst: Reorder. Generate an modules file similar
        to the one we ship. This should minimize Sarge upgrade prompting if no
        relevant modules where added to /etc/mkinitrd/modules.
    
      * conf/modules: Make it more similar to /etc/mkinitrd/modules.
    
      * Set urgency high for RC fixes upload.
        Thanks Steinar H. Gunderson <email address hidden> for the review.
    
    initramfs-tools (0.67) unstable; urgency=high
    
      Release bella, ciao, ciao, ciao!
    
      * scripts/local: Fix typo in log_begin_msg. (closes: #375880)
    
      * update-initramfs: Generate initramfs for current version if there is no
        sha1sum and no initrd exists yet - regression from 0.65. (closes: #375671)
        Thanks martin f krafft <email address hidden> for report.
    
      * conf/initramfs.conf, initramfs.conf(5): Drop RESUME section.
    
      * debian/initramfs-tools.preinst: Don't modify conffile initramfs.tools -
        drop the corresponding code. (closes: #376008)
    
      * initramfs-tools(8): Document that RESUME is tried to be autodected and
        written to /etc/initramfs-tools/conf.d/resume on install.
    
      * scripts/functions: Replace expr use with printf for skipping comments on
        /etc/modules. Works on both busybox ash and klibc dash. Prefix space is
        ignored by both.
    
      * scripts/local-top/lvm: Remove harmless warnings if a volumegroup is under
        /dev/mapper but not an lvm device. (closes: 376311)
        Thanks David Härdeman <david@2gen.com> for the patch.
    
      * scripts/local-top/lvm: Change activate_vg() to return 1 if no volumegroup
        is found.
    
      * debian/initramfs-tools.dirs: Add usr/share/initramfs-tools/conf.d entry.
    
      * mkinitramfs: Add stuff to the conf.d directory also from aboves directory.
    
      * Set urgency to high to get the RC bugfix into testing.
    
    initramfs-tools (0.66) unstable; urgency=low
    
      * hooks/thermal: Add i2c-powermac.
    
      * scripts/init-premount/thermal: Load i2c-powermac on ppc boot.
        Fixes fan noises for Sven Luther <email address hidden>
    
      * scripts/function: Fix typo s/FS1/PS1/ on panic call. (closes: #375624)
        Thanks to Tim Phipps <email address hidden> for the report.
    
      * scripts/local-top/lvm: Refix lilo check. (closes: #375786)
        Thanks to the patch from Christian Weeks <email address hidden>.
    
    initramfs-tools (0.65b) unstable; urgency=low
    
      * scripts/local-top/lvm: Load snapshot and mirror modules. (Closes: #375342)
    
      * scripts/local-top/lvm: Fix a wrong substitution for the lilo test.
        (Closes: #375442)
    
    initramfs-tools (0.65) unstable; urgency=low
    
      * scripts/local-top/lvm: Activate root and resume volume group.
        The initialization got refractored in an function. (closes: #374891)
        Thanks for the patch to David Härdeman <david@2gen.com>.
    
      * scripts/local-top/lvm: Be careful to activate volume group on lilo boot
        too. Although in that case we don't know the precise volume group, we
        activate them all. Matches behaviour of previous hook.
    
      * hooks/lvm: Add dm-mirror, allows to boot from an unfinished pvmove.
        (closes: #374378)
    
      * mkinitramfs: Remove old kernel-package supported long param.
        kernel-package uses since 10.036 mkinitramfs-kpkg.
    
      * update-initramfs: Show by default which initramfs gets generated.
        (closes: #364301)
    
      * Resync with 0.40ubuntu32:
       -  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.
          (closes: #369617)
       -  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.
       -  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.
    
      * debian/initramfs-tools.postrm: We no longer need to explicitly remove
        /etc/initramfs-tools/modules.
    
    initramfs-tools (0.64) unstable; urgency=low
    
      RELEASE o bella, ciao! bella, ciao!
    
      * debian/initramfs-tools.install: Add /etc/initramfs-tools/modules conffile,
        instead of a cp from postinstall. (closes: #368043)
    
      * debian/control, update-initramfs.8, mkinitramfs.8: Capitalize RAM + NFS.
        Rephrase nfs root support.
    
        Thanks to Jeff Bailey <email address hidden> and
        Steinar H. Gunderson <email address hidden> for the review.
    
    initramfs-tools (0.63) unstable; urgency=low
    
      * init: Use redirection '>' for touching /dev/.initramfs-tools.
    
      * debian/control, update-initramfs.8, mkinitramfs.8:
        s/an (cpio archive)/a gzipped \1/.
        Thanks to Andy Somerville <email address hidden>.
    
    initramfs-tools (0.62) unstable; urgency=low
    
      * debian/control: We need at least udev 0.086-1, since earlier versions
        had hooks, which don't load ide-disk automatically for 2.6.15 kernels.
        Can't lower dependency to sarge version as it has no coldplug support
        to escape udev dependency loop on upgrade. (closes: #358360, #362816)
    
      * hook-functions: Add arcmsr to the scsi modules list.
    
      * debian/NEWS: Add Notice about confdir mv as version 0.61.
    
    initramfs-tools (0.61) unstable; urgency=low
    
      Release "O partigiano portami via"
    
      * debian/TODO: update to latest state.
    
      * debian/bug: Fix reportbug script shebang line, add some descriptive echos.
        Use exec to open file descriptor 3 for reportbug.
    
      * debian/control: Pump to 3.7.2 standard version without changes.
    
      * init: Use 10M as tmpfs_size for the udev /dev, that can be overriden in
        /etc/udev/udev.conf. (closes: #352434)
    
      * /etc/initramfs-tools: Use the much more intituive conf dir location.
        Thanks for the idea to Andres Salomon <email address hidden>.
    
      * debian/initramfs-tools.preinst: mv /etc/mkinitramfs /etc/initramfs-tools
        on upgrade as this should work even with drive space issues.
        Thanks to Jeff Bailey <email address hidden> for the posix atomic
        mv hint and Daniel Blaschke <email address hidden> for testing.
    
      * mkinitramfs: Set CONFDIR to /etc/initramfs-tools.
    
      * mkinitramfs.8, initramfs-tools.8: Document the new pathes.
    
      * debian/control: Change Build-depends-indep to Build-depends as we need
        debhelper and cdbs for the clean target, fulfills policy 7.6.
    
      * debian/initramfs-tools.preinst: Warn and bail out if /etc/initramfs-tools
        already exists.
    
    initramfs-tools (0.60) unstable; urgency=low
    
      "E ho trovato l'invasor"
    
      * scripts/functions: Allow boot scripts to modify exported boot parameters.
        Thanks David Härdeman <david@2gen.com> for the patch. (closes: 348147)
        This allows the inclusion of cryptoroot hooks to cryptsetup!
    
      * init: add cryptopts parsing and export.
    
      * init: Move parse_numeric down to the "mounting root" block.
    
      * init, scripts/local: Allow rootflags to be passed in kernel cmdline.
        Thanks Thomas Luzat <email address hidden> for the patch. (closes: #358917)
    
      * init: Allow passing nfs root mount option in kernel cmdline.  Thanks
        Brian Brunswick <email address hidden> for the patch. (closes: #358649)
    
      * update-initramfs: s/ALL/all/, fix it to actually run on update in non
        verbose mode. (closes: #362568)
    
      * update-initramfs: Warn in big letters about grub and lilo installs.
        (closes: #362816)
    
      * debian/bug: Add reportbug script with info about cmdline, fs and lsmod.
    
      * initramfs-tools(8): Document the /conf/param.conf feature.
    
      * mkinitramfs-kpkg(8): Spell out, why the wrapper script is needed.
    
    initramfs-tools (0.59b) unstable; urgency=low
    
      * mkinitramfs-kpkg: Intialialize the variables.
        (closes: #359355, #359620, #359613, #359666, #359681)
    
    initramfs-tools (0.59) unstable; urgency=low
    
      * debian/copyright: Add years of copyright and authors.
    
      * Resync with 0.40ubuntu28:
        - hooks/md: Add raid10 module.
        - scripts/local: Move the "loop waiting for the root filesystem" code from
          the udev premount script to the local mountroot() function where it truly
          belongs.
        - scripts/local-top/udev_helper: Leave the remaining ide-generic part
          there, should be taken over by udev itself.
        - make the md local-top scripts pre-requisite the udev one.
          thanks Scott James Remnant <email address hidden>
    
    initramfs-tools (0.58) unstable; urgency=low
    
      * hook-functions: Be more carefull about the minor parsing. The fix of
        #357332 works for 3 digit roots, but not for hdc6 aka root=1606.
        Thanks Martijn Pieters <email address hidden> for report
        (closes: #358354, #358740).
    
      * hook-functions: Add gdth to the scsi modules.
    
      * mkinitramfs-kpkg: Use set -eu to capture full /boot.
        Really (closes: #350875)
    
      * Add dependency on module-init-tools. (closes: #358632)
    
      * Don't include full path for man page reference. (closes: #358371)
    
    initramfs-tools (0.57b) unstable; urgency=low
    
      * mkinitramfs, update-initramfs, hook-functions:
        On verbose mode show, which modules gets added to the initramfs.
    
      * hook-functions: Add cpqarray to the scsi modules - thanks for the patch
        to Petter Reinholdtsen <email address hidden>. (closes: #357980)
    
      * initramfs-tools.8: Document that `-' is not allowed to be used in a script
        filename - the filenames get used as shell variable.  (closes: #344639)
    
      * mkinitramfs: Don't exit succesfully in a case of a full fs. Leaves the
        linux-image unconfigured. Thanks martin f krafft <email address hidden>
        for pointing to that potential boot failure. (closes: #350875)
    
    initramfs-tools (0.56) unstable; urgency=low
    
      * hooks/md: Add linear module - thanks to Moshe Yudkowsky <email address hidden>.
    
      * scripts/functions: Fix numerical minor parsing - thanks for the patch to
        Wolfgang Weisselberg. (closes: #357332)
    
      * mkinitramfs.8: Correct wrong referenced filename.
    
      * update-initramfs.8: Define the argument 'version' - thanks to "Susan G.
        Kleinmann" <email address hidden>. (closes: #357282)
    
      * scripts/init-premount/udev_helper: Source the relevant definition to get
        it really run. Thanks to Maurice Massar <email address hidden>.
        (closes: #357450)
    
    initramfs-tools (0.55b) unstable; urgency=low
    
      * Thanks to Frederik Schüler for pointing to leftovers.
    
    initramfs-tools (0.55) unstable; urgency=low
    
      * scripts/init-premount/udev_helper: Fix modprobe args.
        Thanks Frans Pop <email address hidden> for testing 0.54.
    
      * scripts/local: Use quiet to load the fs. (closes: #339092)
    
      * hook-functions: Really add the ieee1394 modules.
        Thanks to Michael Prokop <email address hidden> for testing the fix.
    
      * update-initramfs: Run lilo on updates if no grub is around.
        Thanks Adeodato Simó <email address hidden> for finding the issue.
        (Closes: #356850)
    
    initramfs-tools (0.54) unstable; urgency=low
    
      * hooks/lvm: lvm10 has also an vgchange - exit if no lvm2 libs.
        (closes: #354708)
    
      * debian/copyright: Meniton current bzr archive. (closes: #352738)
    
      * hook-functions: Add dac960 scsi driver. (closes: #355162)
    
      * scripts/init-premount/udev_helper: add code by Scott James Remnant
        <email address hidden> from the ubuntu udev hook. We now wait on scsi
        and usb devices to settle, load ide-generic on ide boot only if
        no root device appeared.
        The udev hook is adding ide.agent so no longer duplicate that code.
    
      * hook-functions: auto_add_modules, split 1000 char wide lines up.
        Should allow better diffing. Splitting them out in proper files with
        each modules / line costs too much initramfs generation time.
        Should allow easier diffing.
    
      * hook-functions: Add sata_mv thanks Kenshi Muto <email address hidden>.
        (closes: #355486)
    
      * hook-functions: Add dasd class to auto_add_modules and dd zfcp module.
        Thanks to s390 support Bastian Blank <email address hidden>. (closes: #355595)
    
      * hook-functions: Add it821x. (closes #352460)
    
    initramfs-tools (0.53c) unstable; urgency=low
    
      * update-initramfs: Really reset takeover to zero.
    
    initramfs-tools (0.53b) unstable; urgency=low
    
      * scripts/init-premount/udev_helper: Renamed from udev-helper.
        Thanks to Tollef Fog Heen <email address hidden> (closes: #355235)
    
    initramfs-tools (0.53) unstable; urgency=high
    
      * update-initramfs: set_current_version needs to check against
        /boot/initrd-`uname -r` and not /boot/vmlinu?-`uname -r`.
        Otherwise this builds initramfs for newer handbuild trees too.
    
      * Resync with 0.40ubuntu24:
        - New conf.d dir for config snippet.
        - mptspi already included.
        - keep nfsmount for now, we don't want to add further busybox deps.
        - adds mptfc and mptsas modules (closes: #341930)
        - adds MODULES=netboot support (closes: #352669)
      * Further reduce ubuntudiff:
        - scripts/functions: remove duplicate dir check.
        - scripts/nfs: add quiet to modules loading.
    
      * mkinitramfs-kpkg: Add kernel-package compat stuff, behaves like mkinitramfs,
        but adds the sha1sum for update-initramfs. Reset takeover=0.
        (closes: #353809) Add small mkinitramf-kpkg.8.
    
      * init: Move the ROOT export up, so we actually source the hardcoded device
        in initramfs.conf. (closes: #352958)
    
      * mkinitramfs: When invoked with -r switch pass the hardcoded root device to
        /etc/mkinitramfs/conf.d/root inside the initramfs.
    
      * hook-functions: First shot at IEEE1394 support - add ohci1394 and sbp2.
    
    initramfs-tools (0.52b) unstable; urgency=high
    
      * update-initramfs: Set takeover=1. This allows hooks to regenerate the
        latest initramfs per default. No need for an kpkg wrapper, as
        kernel-package doesn't call update-initramfs, but mkinitramfs.
    
    initramfs-tools (0.52) unstable; urgency=low
    
      * hooks/lvm: manual_add_modules dm_snapshot, will allow boot from lvm
        snapshot.
    
      * init: Fix maybe_break test for the bottom stage.
    
      * scripts/init-premount/udev-helper: Renamed from scripts/init-premount/ide.
    
      * update-initramfs: s/was/has/ been altered.
        (closes: #351939, #352633, #353087, #353668)
    
      * update-initramfs(8), mkinitramfs(8): The point of the first is to be used
        on your local box. Highlight its mode of operations. The second cmd is
        only needed for advanced usage.
    
    initramfs-tools (0.51) unstable; urgency=low
    
      * scripts/functions: Call panic on circular deps to get rescue shell.
    
      * mkinitramfs: Use ${CONFDIR} everywhere.
    
      * Sync with 0.40ubuntu16:
        - skip 0.40ubuntu15 udev gets fixed to only call update-initramfs
          when /etc/mkinitramfs/initramfs.conf is there.
        - 0.40ubuntu13 don't take over all initramfs images in Debian.
    
      * hook-functions: auto_add_modules atkb and i8042.
    
      * scripts/functions: on panic modprobe atkb and i8042 - work around for
        broken configs, where those are not build in. (Closes: #337497)
    
      * scripts/functions: update_progress check if /dev/.initramfs/ exists
        before writing into it.
    
    initramfs-tools (0.50c) unstable; urgency=low
    
      "E so io muoio da partigiano"
    
      * hook-functions: Fix MODULES=dep as `modprobe --show-depends' prints not
        only the insmod commands, but also the install ones.  Thanks for the patch
        to Jean Charles Delepine <email address hidden>. (Closes: #342616)
    
      * hooks/evms, scripts/local-top/evms: EVMS takes care of it's own hooks, rm.
        Thanks Steinar H. Gunderson <email address hidden>. (Closes: 340258)
    
    initramfs-tools (0.49) unstable; urgency=low
    
      * Pump dephelper to 4.1.0 dependency as pointed out by linda.
    
      * initramfs-tools.8: Add DEBUG section, cheat how to check the initramfs.
    
      * Add optional sarge busybox-cvs-static dep to ease backport.
    
    initramfs-tools (0.48) unstable; urgency=low
    
      * mkinitramfs: klibc 1.1.14 moved from /usr/lib/klibc/lib to /lib
        Bonus: You can now execute any klibc bin directly.
        Cope with the move and pump dep. (Closes: 345949)
    
    initramfs-tools (0.47) unstable; urgency=low
    
      * mkinitramfs: Don't complain about missing /bin/sh - use rm -f.
        Minor cleanup for the newer packaging of klibc 1.1.14.
    
    initramfs-tools (0.46) unstable; urgency=low
    
      * Don't include .bzr dirs in source upload.
        Thanks Frederik Schüler <email address hidden>
    
    initramfs-tools (0.45) unstable; urgency=high
    
      "Che mi sento di morir."
    
      * Unset debug before calling init, confuses /etc/init.d/rc.
    
      * scripts/init-premount/ide: Load uncondionally for ide boots ide-generic
        and also ide-disk, as udev ignores them. High urgency upload for rc bugs.
        Thanks Frans Pop <email address hidden> and Joey Hess <email address hidden> for
        testing! (Closes: #332824, #342925, #344754, #337045, #338406)
    
    initramfs-tools (0.44) unstable; urgency=high
    
      "O partigiano portami via"
    
      * Urgency high upload to stay in sync with udev for testing.
    
      * initramfs.conf: Fix wording choice for resume option. (Closes: #337575)
    
      * hooks/kernelextras: Really fix #335505.
        Don't expand wildcase to current dir. (Closes: #342153)
    
      * Add initramfs-tools.8 describing how the hooks of initramfs-tools work
        and how to use them. Thanks David Härdeman <david@2gen.com> for the patch.
        (Closes: #339091)
    
      * initramfs.conf.5,  mkinitramfs.8, update-initramfs.8: Update
        cross-references of the different manpages.
    
      * TODO: update to current state.
    
      * scripts/functions: remove old duplicate suspend support.
    
      * Sync with 0.40ubuntu8. (Closes: #337318)
        - Revert the modprobe changes for now as modules-init-tools of
          testing doesn't have yet the wanted interface.
    
    initramfs-tools (0.42) unstable; urgency=low
    
      * hook-functions: The mptspi module is required for at least some machines
        that use the mptscsih. Thanks dann frazier <email address hidden> for the patch.
        (Closes: #341162)
    
      * Resync with 0.40ubuntu7.
        - Do the udev split by hand as we have a different udev invocation
          supporting linux < 2.6.15. Increment udev dep to the version with
          initramfs hooks.
        - Debian's klibc hasn't yet the nanosleep, waiting for unbroken
          linux-headers.
        - Don't remove resume support from /etc/mkinitramfs/initramfs.conf
          even if bootloader setting is preferred.
    
    initramfs-tools (0.40ubuntu32) dapper; urgency=low
    
      * Revert 0.40ubuntu31.  This isn't as trivial as it should be.
    
    initramfs-tools (0.40ubuntu31) dapper; urgency=low
    
      * scripts/local-premount/resume: Print a message when a resume is about to
        begin (LP#41137)
    
    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)
    
    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.
    
    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)
    
    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.
    
    initramfs-tools (0.40ubuntu26) dapper; urgency=low
    
      * Make the md and evms local-top scripts pre-requisite the udev one.
    
    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.
    
    initramfs-tools (0.40ubuntu24) dapper; urgency=low
    
      * Add support for LSI Logic's Fusion MPT SAS and FC controllers as well.
    
    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.
    
    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)
    
    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.
    
    initramfs-tools (0.40ubuntu20) dapper; urgency=low
    
      * Add ... to end of strings to match main boot sequence.
    
    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.
    
    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
    
    initramfs-tools (0.40ubuntu17) dapper; urgency=low
    
      * Make auto_add_modules take an argument, so you can use it to add only
        some of the auto* modules (like "net" or "ide"), and create a "netboot"
        option that only includes base and net (Closes launchpad.net/26426)
      * Change the nfs script to use "mount -o nolock" instead of "nfsmount",
        to fix some timeouts for ltsp NFS roots (Closes launchpad.net/19196)
    
    initramfs-tools (0.40ubuntu16) dapper; urgency=low
    
      * Bump klibc-utils dependency to (>= 1.1.16-1), for hppa and ia64.
    
    initramfs-tools (0.40ubuntu15) dapper; urgency=low
    
      * Drop the udev dependency, so we always get configured before udev.
        We can get away with this now that udev hooks/scripts have been split
        into the udev package proper.  This should close Malone bug #28808.
    
    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.
    
    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.
    
    initramfs-tools (0.40ubuntu12) dapper; urgency=low
    
      * Oops, move the progress state file into the new directory too.
    
    initramfs-tools (0.40ubuntu11) dapper; urgency=low
    
      * Move the state directory from /dev/initramfs to /dev/.initramfs
    
    initramfs-tools (0.40ubuntu10) dapper; urgency=low
    
      * Create the /dev/initramfs directory as soon as we mount /dev, so other
        packages that need a playground in /dev can do so in a uniform location.
      * Update the usplash progress bar every time we are asked to output a
        success or failure value from an init action, and write our progress to
        /dev/initramfs for sysv-init to gather up and pick up where we left off.
      * Export $DPKG_ARCH in both mkinitramfs (for use by hooks) and initramfs.
      * Use $DPKG_ARCH in the thermal hook/script to divide the x86 stuff from
        the powerpc stuff, not because we have to, but as an example to others.
    
    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.
    
    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.
    
    initramfs-tools (0.40ubuntu7) dapper; urgency=low
    
      * remove "sleep 3" from the nfs script before the nfsmount command,
        its a leftover from debugging in breezy and slows down thin client
        booting unnecessary
    
    initramfs-tools (0.40ubuntu6) dapper; urgency=low
    
      * When panicking, fork an interactive subshell rather than execing it, so
        that if the user fixes things up and exits, we continue rather than
        panic the kernel.
      * Call update-initramfs in postinst to regenerate the latest initramfs on
        upgrades
    
    initramfs-tools (0.40ubuntu5) dapper; urgency=low
    
      * Wait up to 10 seconds for the root device to appear before failing,
        allowing SCSI and USB controllers time to settle.  There's almost
        certainly a more elegant way to do this generically for all mountroot
        functions, but for now this will suffice.
    
    initramfs-tools (0.40ubuntu4) dapper; urgency=low
    
      * Mount /dev with mode 0755.
    
    initramfs-tools (0.40ubuntu3) dapper; urgency=low
    
      "A true friend stabs you in the front."
      - Oscar Wilde
    
      * hooks/acpid: Rename to ...
      * hooks/thermal: ... this.  Add therm_pm72 for ppc64 systems.
    
    initramfs-tools (0.40ubuntu2) dapper; urgency=low
    
      * Rename scripts/init-premount/acpid to scripts/init-premount/thermal
        and add therm_pm72 to avoid "vaccum cleaner mode" on ppc64 systems.
    
    initramfs-tools (0.40ubuntu1) dapper; urgency=low
    
      * Use tmpfs for /dev, instead of ramfs; as tmpfs is swappable.
      * Move /proc and /sys to the real filesystem, rather than unmounting them;
        slightly reduces workload.
      * Replace /root with ${rootmnt} in final usage of /dev/console
      * Copy across modprobe blacklist as well as aliases
    
      * Change the panic/breaknow thing *again*.  There's now a break= option
        which can be any of top, modules, premount, mount, bottom, init and
        causes the initramfs to break at that point.  panic/breaknow is now
        break=top, without an argument is equivalent to break=premount.
      * Run depmod at the top of the init script, so init-top scripts can use
        modprobe.
    
      * Remove udev-specific code:
        - depend on the version of udev that includes all of these things itself
        - remove udevstart from init
        - remove code to move /dev to the real filesystem from init
        - remove /sys-based module loading from load_modules
        - remove boot_events functions from load_modules
        - remove udev copy from mkinitramfs
        - remove udev hook script
    
    initramfs-tools (0.41) unstable; urgency=high
    
      "Una mattina mi sono svegliato"
    
      * High urgency upload to cope with newer udev upstream - bonus:
        condition to test against when udev is ready. (Closes: #341014)
        Thanks Marco d'Itri <email address hidden> for guidance and
        Heikki Henriksen <email address hidden> for double check.
    
      * Pump udev dep on 0.076-3.
    
      * Special thanks to Paul Traina for previous udev / emvs work.
    
      * Sync with Ubuntu (0.36ubuntu6).
    
      * Kill udevd as late as possible. Thanks David Härdeman <david@2gen.com>
        for the patch. (Closes: #339093)
    
    initramfs-tools (0.40) unstable; urgency=high
    
      * High urgency upload as udev changed under our feet. Fix RC bugs.
    
      * hooks/udev: Add needed bits: udevsynthesize. (Closes: #340257)
        Move good bits from global mkinitramfs.
    
      * Pump udev dep on 0.074-3.
    
      * Fix evms hooks properly until they get merged into the evms itself.
        (Closes: #337704)
    
      * Sync with Ubuntu (0.36ubuntu4).
    
    initramfs-tools (0.39) unstable; urgency=medium
    
       * Setting urgency to medium to get this into testing.  This
         will make life easier for d-i.
    
      * Revert the mklibs-small usage patch - reduces needed dependencies:
        hook-fuctions: Readds copy_exec.
        mkinitramfs, hooks/{evms,lvm,md}: Use copy_exec.
    
      * mkinitramfs: Newer udev no longer uses /sbin/udev - remove usage.
        (Closes: #339568, #339365, #338814)
    
      * Pump udev dependency.
    
      * init: Pump timeout as there is currently no way to check which udevd
        processes are still running and why.
        Cures hopefully breakage of missing devices on boot.
    
      * Sync with latest Ubuntu.
    
    initramfs-tools (0.36ubuntu6) dapper; urgency=low
    
      * Rename "panic" to "breaknow"
    
    initramfs-tools (0.36ubuntu5) dapper; urgency=low
    
      * Abort the boot sequence as early as possible if "panic" is placed on the
        kernel command-line, allowing debugging of scripts in init-top.
    
    initramfs-tools (0.36ubuntu4) dapper; urgency=low
    
      * Replace all occurances of /etc/mkinitramfs in mkinitramfs with $CONFDIR,
        so -d can be used to point at a completely alternate tree (for example,
        when installing into a chroot).
    
    initramfs-tools (0.36ubuntu3) dapper; urgency=low
    
      * mkinitramfs: only copy the klibc-*.so file, and not the development
        pieces that happen to sit alongside it.
    
    initramfs-tools (0.36ubuntu2) dapper; urgency=low
    
      * Fix typos in the handling of the mkinitramfs -d option (thanks, Colin).
    
    initramfs-tools (0.38) unstable; urgency=low
    
      [ dann frazier ]
    
      * initramfs.conf: Reference correct manpage.  (Closes: #336095)
    
      [ maximilian attems ]
    
      * scripts/functions, scripts/local-premount/suspend: Fix suspend to disk
        by using decimal numbers. Thanks to Adrian Bridgett <email address hidden>
        for the patch. (Closes: #336936)
    
      * hooks/evms: manual_add_module dm_mod, now we no longer pull it in by
        default. Thanks to Steinar H. Gunderson <email address hidden>
        (Closes: #336617)
    
    initramfs-tools (0.37) unstable; urgency=low
    
      * scripts/functions, scripts/local-premount/suspend: Use of "stat"
        which isn' any more provided by busybox (1.01-3).
        Thanks to Adrian Bridgett <email address hidden> for the patch using awk.
        (Closes: #335801)
    
      * hooks/kernelextras: Check for existence of ${MODULESDIR}/initrd/:
        Exit if it doesn't exist before including current dir.
        Thanks to Jean Charles Delepine <email address hidden> (Closes: #335505)
    
      * hooks/lvm, hooks/md: Remove FIXME's at second thought.  You better want
        to check against the binaries for your not yet created raid/lvm.
    
    initramfs-tools (0.36ubuntu1) dapper; urgency=low
    
      * Forced version bump to minimise the scary until I have a chance to dig
        through the ubuntu:debian diffs and do a proper merge of their changes.
      * Remove the "Loading, please wait..." message from the top of init, as
        we now have other fairly early visual feedback, and this is just ugly.
    
    initramfs-tools (0.36) unstable; urgency=low
    
      "Sunny Autumn Release"
    
      * Minor cleanups in mkiniramfs.
    
      * Remove manpage section about return values. Needs to be rephrased.
        Not sure if it's important for the enduser.
    
    initramfs-tools (0.35) unstable; urgency=low
    
      * mkinitramfs: Return 2 for failure path of --supported-(host|target)-version.
    
      * mkinitramfs: Run the hooks before mklibs-copy, broke evms.
        Thanks for fix and testing to Steinar H. Gunderson <email address hidden>
    
      * Change name of virtual package that is provided into linux-initramfs-tool.
    
      * Add hooks/lvm allowing to remove dependency on lvm2.
    
      * Add hooks/md allowing to remove dependency on mdadm.
    
      * Remove the mdadm and lvm dependencies, they work as hooks when present.
        The lvm2 version in sarge is good enough to address issues mentioned in
        0.16. A woody backport will need newer lvm2 although..
    
    initramfs-tools (0.32) unstable; urgency=low
    
      [ Bastian Blank ]
      * Use mklibs-copy.
      * Use udevsynthesize instead of udevstart.
      * hook-functions: Add ibmvscsic to list of scsi modules.
    
      [ Sven Luther ]
      * Added --supported-(host|target)-version support for the new post-2.6.13
        ramdisk-tool policy. Added linux-ramdisk-tool virtual package too.
        (Closes: #333856)
    
      [ maximilian attems ]
      * Resynchronise with latest upstream release.
      * Place shift after variable outfile assignment.
      * Fix strange chars in the Depends line resulting in no depends at all.
      * Thanks to Bastian Blank for the fixes concerning the new busybox version.
        (Closes: #334467)
    
      [ Jeff Bailey ]
      * scripts/nfs (mountroot): New variable: NFSOPTS, default to
        -o retranfs=10. (Ubuntu 12942)
        This 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!
    
      [ Adam Conrad ]
      * Make us a bit more silent/tidy by default, unless "quiet" isn't on
        the kernel's command line (then we're just as verbose as ever)
    
      [ Jonas Smedegaard ]
      * Use GNU getopt (instead of bash builtin getopts) for improved long-
        opts handling.
      * Quote variables.
      * Use test options -n and -z.
    
    initramfs-tools (0.31) unstable; urgency=low
    
      Quick fix for sluggish dep
    
      [ Bastian Blank ]
      * Use new busybox. (closes: #333755)
    
    initramfs-tools (0.30) unstable; urgency=low
    
      Apparition Octobre Rouge
    
      [ maximilian Attems ]
    
      * Resynconise with latest upstream now we are in unstable.
    
      [ Jeff Bailey ]
      * debian/rules: Make sure hooks and scripts are chmod +x
    
      * hook-functions (auto_add_modules): Add advansys.
    
      * debian/init: Add "Loading, please wait..." message.
        Don't log for init-top scripts to avoid usplash noise.
    
      * init: Add start of debug command line option.
    
      * scripts/functions (log_begin_msg): Call usplash if available
        (log_end_msg): Call usplash if available
        (panic): Close usplash if available
    
      * scripts/functions (load_modules): Quote resume variable.
        Thanks to Christian Kellner for helping test that!
    
      * scripts/local-premount/suspend: Quote resume variable.
    
      * update-initramfs: Use basename on the link target to get the
         version number.
    
      * HACKING: Start of some notes on how this package actually works.
      * debian/initramfs-tools.docs: Install it.
    
      [ Matthew Garrett ]
      * scripts/functions (load_modules): Run udevstart after loading block
        drivers should fix resume from hibernate on non-LVM systems.
    
    initramfs-tools (0.29) breezy; urgency=low
    
      "Beauty is a form of genius - is higher, indeed, than genius, as it
       needs no explanation."
      - Oscar Wilde
    
      * hook-functions (auto_add_modules): Add advansys.
    
      * debian/rules: Make sure hooks and scripts are chmod +x
    
      * init: Add start of debug command line option.
    
    initramfs-tools (0.28) breezy; urgency=low
    
      * Run udevstart after loading block drivers - should fix resume from
        hibernate on non-LVM systems.
    
    initramfs-tools (0.27) unstable; urgency=low
    
      * Remove unused BUSYBOX config option as we use busybox anyway.
    
      * Add Jeff Bailey and myself as Uploaders, Debian kernel team as
        MAINTAINER.
    
      * Upload to debian unstable - allows use of nondevfs kernel >= 2.6.13
        with initramfs image. (Closes: #312561, #315654)
    
      * Fix busybox dependency to the relevant debian package.
    
      * Reorder the initramfs.conf variables.
    
      * Add question mark to the getopts for the help message.
    
      * update-initramfs.8 New file install it.
    
      * The debian busybox-cvs-static installs into /bin/busybox:
        fix pathes vis-a-vis ubuntu version. make that a variable on top.
    
    initramfs-tools (0.26) breezy; urgency=low
    
      "Experience is one thing you can't get for nothing."
      - Oscar Wilde
    
      * scripts/local-top/lvm: Reduce -- to - in VG strings for feeding
        to vgchange.  (Ubuntu: #13387)
    
      * update-initramfs: New file
      * debian/dirs: Add /var/lib/initramfs-tools
    
      * hooks/evms: New file
      * scripts/local-top/evms: New file.
        Thanks to Jerry Haltom for helping test this!
    
      * debian/control: Bump klibc depends to 1.0.14-1ubuntu2 for jfs support
    
      * hook-scripts (manual_add_modules): Don't do unnecessary depmod
        (dep_add_modules): No need for a sleep 2 here.
        Thanks to Matt Zimmmerman for noticing these!
    
      * scripts/functions: Attempt resume before loading USB or Network
        modules to avoid resume issues with USB.
        Thanks to Matthew Garrett for this patch!
    
      * scripts/functions (ide_boot_events): Always load ide-generic
        before going further.  This allows us to catch any hidden
        IDE controllers that might not otherwise get found.
    
      * initramfs.conf.5: New file
      * debian/initramfs-tools.manpages: Install it.
        Thanks to maximilian attems for the manpage!
    
      * hook-functions (auto_add_modules): Add mptscsih (Ubuntu #15406)
        Thanks to Jesper Krogh for the bug report!
    
      * debian/dirs: Add etc/mkinitramfs/hooks, move all scripts subdirs
        into etc/mkinitramfs/scripts.
    
      * mkinitramfs: Set the umask.  Copy the scripts from
        /etc/mkinitramfs/scripts into the image.
        Make sure that modules file lists is actually a regular file.
    
      * init: Use ${rootmnt} instead of hardcoded /root, use mount -n
        Fix typo.
    
      * hook-functions (catenate_cpiogz): Add sanity check.
        (add_modules_from_file): Document, quote variable, add warning.
    
      * docs/example_hook: Update
        Thanks to Karl Hegbloom for these previous 5 patches!
    
      * init: Create /var/lock on the initramfs
        Thanks to Jerry Haltom for noticing this!
    
      * debian/dirs: rename to ...
      * debian/initramfs-tools.dirs: ... this.
    
      * scripts/functions (scsi_boot_events): Don't attempt to look
        at ${device}/type if it doesn't actually exist.
    
    initramfs-tools (0.25) breezy; urgency=low
    
      "If there was less sympathy in the world, there would be less
       trouble in the world."
      - Oscar Wilde
    
      * init: Module the /dev tmpfs earlier.  Make /dev/console, and
        /dev/null on it at the beginning, just in case.
    
      * debian/initramfs-tools.postinst: When copying the modules file over
        from initrd-tools installations, filter out ext2, ext3, ide-generic
        and ide-disk.  These are leftovers from Warty.
        (Ubuntu #14242)
    
      * hooks/udev: New File (Ubuntu #12915)
    
      * init: panic if ${init} doesn't exist on the target filesystem.
    
    initramfs-tools (0.24) breezy; urgency=low
    
      "Experience is simply the name we give out mistakes."
      - Oscar Wilde
    
      * hook-functions (auto_add_modules): Add cciss
        (Ubuntu #14177) Thanks Fabionne!
    
      * scripts/functions (parse_numeric): Noop on empty parameter.
        Fixes LTSP boot failure.  Thanks to Oliver Grawert
        for testing!
    
      * scripts/local-top/md: Don't run modprobe when raidlvl is unset.
        Run mdadm if raidlvl has ever been set, not just if the most
        recent device checked was part of the raid setup.
        Thanks to Jeff Waugh for the bug report!
    
      * mkinitramfs: Feed the -o argument through readlink -f to
        get the canonical pathname.
    
    initramfs-tools (0.23) breezy; urgency=low
    
      "This suspense is terrible. I hope it will last."
      - Oscar Wilde
    
      * scripts/local: Quote ${ROOT} so that an empty value causes us
        to drop to a shell.
        Thanks to Matt Zimmerman for this fix!
    
      * hook-functions (auto_add_modules): Add atiixp and opti621 to
        the IDE set.
    
      * hook-functions (dep_add_modules): Detect i2o and add i2o_block
        (auto_add_modules): Include i2o_block.
    
      * scripts/functions (i2o_boot_events): New function
        (load_modules): Call it. (Ubuntu# 13806)
        Thanks to Tollef Fog Heen for the i2o patch!
    
      * debian/control: Depend on udev.
        Thanks to Alexander Butenko for troubleshooting this with me.
    
      * init: Move the /dev directory to the root filesystem.
        Handle all the udev bind mounts as needed.
        Make sure input and output is associated with dev/console.
    
      * scripts/functions (parse_numeric): Exit if we're refering to a path.
        Otherwise override root setting to be /dev/root.
      * init: Call parse_numeric when setting the root variable.
      * scripts/local-top/lvm: When using a numeric root, call vgchange -ay
        Don't attempt to start LVM on regular partitions.
        (Ubuntu #13365, #13778, and some of #13399)
    
      * scripts/local-top/lvm: Cope with -'s in the Volume Group and
        logical volume names. (Ubuntu #13387)
        Thanks to Stephen Shirley for the patch!
    
    initramfs-tools (0.22) breezy; urgency=low
    
      * Fix argument handling in force_load hook-function
      * Add "sleep 3" to scripts/nfs as a nasty hack around bug #12942
    
    initramfs-tools (0.21) breezy; urgency=low
    
      "All that I desire to point out is the general principle that
       life imitates art far more than art imitates life."
       - Oscar Wilde
    
      * mkinitramfs: Define MODULESDIR and use it.
    
      * hook-functions: Use MODULESDIR
        (add_modules_from_file): Do not add .ko extension to file lists.
        Call force_load instead of twiddling conf/modules directly.
        (Ubuntu #13372)
        (force_load): New function.
        (copy_exec): Attempt to use non-optimsed libraries if available.
        (Ubuntu #13470)
        (auto_add_modules) Include forcedeth (Ubuntu #13448)
    
      * hooks/kernelextras: New file. (Ubuntu #13414)
    
      * debian/initramfs-tools.postinst: Preserve /etc/mkinitrd/modules if
        possible on new install. (Ubuntu #13372)
    
    initramfs-tools (0.20) breezy; urgency=low
    
      * Depend on cpio.
    
    initramfs-tools (0.19) breezy; urgency=low
    
      "The basis of optimism is sheer terror."
      - Oscar Wilde
    
      * mkinitramfs: Honour MODULES=list and MODULES=dep.
    
      * hook-functions: New function dep_add_modules.
    
    initramfs-tools (0.18) breezy; urgency=low
    
      "We are all in the gutter, but some of us are looking at the stars."
      - Oscar Wilde
    
      * debian/initramfs-tools.postrm: Use rm -f for removing the modules
        file, in case it doesn't exist for some reason. (Ubuntu #13335)
        Thanks to Colin Watson for the bug report!
    
      * mkinitramfs.8: Correct my email address to be <email address hidden>
        Document /etc/mkinitramfs/DSDT.aml
    
      * debian/initramfs-tools.postinst: Attempt to inherit RESUME settings
        from initrd-tools.  Also copy the DSDT from /etc/mkinitrd/DSDT to
        /etc/mkinitramfs/DSDT.aml
    
    initramfs-tools (0.17) breezy; urgency=low
    
      "The public is wonderfully tolerant. It forgives everything except
       genius."
      - Oscar Wilde
    
      * debian/initramfs-tools.postinst: Get the name of the config file
        right when seeding RESUME=.  Also fix the sed expression.
        Thanks to Matthew Garrett for noticing this!
    
    initramfs-tools (0.16) breezy; urgency=low
    
      "It is through art, and through art only, that we can realise our
       perfection."
       - Oscar Wilde
    
      * mkinitramfs: Make sure all relevant ide modules are included.
        Add RESUME= support.
    
      * scripts/functions: Be silent when adding non-detected modules.
    
      * conf/mkinitramfs.conf: MODULES=most by default, BUSYBOX=y
        (Non-busybox isn't supported now.  It's not clear that it ever
         will be).  Add RESUME line for resuming from suspend-to-disk.
    
      * scripts/local-premount/suspend: New script for suspend-to-disk.
    
      * debian/control: Bump depends on busybox-cvs-initramfs to
        20040623-1ubuntu19.  Add dependancy on lvm2.
        Bump standards version to 3.6.2.0 (no-op)
    
      * debian/control:
        Force version depend on lvm2 (>= 2.01.04-5) to make sure newer kernels
        will boot.
        Thanks for Andrew Mitchell for discovering this.
    
      * hooks/: New directory
    
      * debian/dirs: Move hooks to ...
      * debian/initramfs-tools.install: ... here.
    
      * hooks/acpid: New file.
    
      * scripts/init-premount/acpid: New file
        Thanks for the hint from Matthew Garrett for this.
    
      * debian/initramfs-tools.postinst: Add RESUME support on first install.
    
      * debian/mkinitramfs: Move functions to ...
      * debian/hook-functions: ... here.
    
      * debian/initramfs-tools.install: Install hook-functions
    
      * mkinitramfs.8: New file.
        Thanks to Maximilian Attems for contributing this!
    
      * scripts/local-top/md: Don't try to detect raid on non-existant devices
        or on whole devices.  Quiet other warning messages.
    
      * hook-functions: When generating initramfs, don't complain about missing
        modules.
    
    initramfs-tools (0.15) breezy; urgency=low
    
      "Nothing looks so like innocence as an indiscretion."
      - Oscar Wilde
    
      * mkinitramfs: Handle putting DSDT.aml into the initramfs
        Add sata_nv to list of modules to import for main mode.
    
      * init: New scripts directory, init-premount for generic premount
        handling (like usplash)
    
      * debian/dirs: Make the /etc version of this directory for user
        addons.
    
      * debian/rules: Use prebuild, rather than debian-build-arch.
    
    initramfs-tools (0.14) breezy; urgency=low
    
      "The world is a stage, but the play is badly cast."
      - Oscar Wilde
    
      * scripts/functions: Add scsi_boot_events and call it to load sd_mod
    
      * scripts/local-top/md: Autodetect raid level
    
      * scripts/local-top/lvm: Only activate the volumegroup required by
        the root device.  Don't bother with lvm if the root partition isn't
        /dev/mapper/FOO.
    
      * scripts/functions: Fix ide_boot_events.  This never worked, even
        if I thought it did.
    
      * init: init variable should be lower case.  Exported ROOT variable
        should be upper case.
    
    initramfs-tools (0.13) breezy; urgency=low
    
      "We live in age when unnecessary things are our only necessities."
       - Oscar Wilde
    
      * Use detailed logging now for debian/changelog.  We have at least
        three people hacking now, and details would probably be useful.
    
      * debian/TODO: Update
    
      * debian/dirs: Sort and add usr/share/initramfs-tools/hooks
    
      * debian/initramfs-tools.examples: Add docs/example_hook and
        docs/example_hook_cpiogz
    
      * debian/initramfs-tools.install: Pretty Print.
    
      * debian/rules: Ensure that mkinitramfs is executable
    
      * docs/example_script: New file
    
      * init: Add concept of 'quiet', be verbose if not specified
    
      * mkinitramfs: Do not load script functions until needed
        Clear up comments / documentation
        Use DESTDIR instead of TMPDIR
        Add ability to link in extra hunks into the cpio file
        Cosmetic cleanups
    
      * scripts/functions: Add lsb stype log_FOO_msg functions
    
      * scripts/local: Add logging
    
      * scripts/nfs: Add logging
    
      Thanks to Karl Hegbloom for most of these patches!
    
      * debian/control: Get a much better description
    
      Thanks to Maximilian Attems for this!
    
      * scripts/functions: Add copy_exec function that copies a program
        and all libraries that it depends on.
    
      * mkinitramfs: Use it
    
      * scripts/local-top/lvm: New file
    
      * mkinitramfs: Specify the modules to copy rather than mass copying
        directories
    
      * scripts/functions: Always load ide-generic to cope with ide subsystem
        suckage.
    
    initramfs-tools (0.12) breezy; urgency=low
    
      "I am not young enough to know everything." - Oscar Wilde
    
      * Don't complain if /etc/mkinitramfs/modules doesn't exist.
    
      * Make sure that raid1 is pulled in.
    
      * Include /etc/modprobe.d/aliases in the initramfs
    
      * Default to currently running kernel version.
        Based on a patch from maximilian attems, thanks!
    
      * Handle module arguments in /etc/mkinitramfs/modules
    
      * Do hookscripts at generation time.  Drop things into
        /usr/share/initramfs-tools/hooks or /etc/mkinitramfs/hooks
    
      * Make sure local-bottom and nfs-bottom get created
        Thanks to Karl Hegbloom for these three patches!
    
      * Prune stray echo from call_scripts
    
      * Load raid1 for now so that md setups will work.
    
      * Detect ide modules load
        Thanks to Jeff Waugh for initial testing of this!
    
    initramfs-tools (0.11) breezy; urgency=low
    
      "Illusion is the first of all pleasures" - Oscar Wilde
    
      * Make the init much less noisy
    
      * Pull in all the dependancies for nfs and af_packet
    
      * Be compatible with misdocumented mkinitrd interface
    
      Thanks to Matt Zimmerman for the bug reports and testing!
    
      * Update debian/copyright to have the location of the bzr
        archive
    
    initramfs-tools (0.10) breezy; urgency=low
    
      The "I can see you!" release.
    
      * Unconditionally require busybox.  Might revert this eventually
        but it's too much of a pain right now do this without
        a reasonably environment
    
      * Use modprobe to load modules
    
      * Iterate through /sys/bus/pci and /sys/bus/usb and load drivers
        based on their modalias
    
      * Start to use /sbin for things
    
      * Include depmod in the image.  Use it at boot time.
    
      * Edit config example to show the modules that do need to be included
        manually for this build.
    
    initramfs-tools (0.9) breezy; urgency=low
    
      * Be consistent about y/n vs. yes/no values for the readonly variable
    
    initramfs-tools (0.8) breezy; urgency=low
    
      The "We are one in the spirit..." release
    
      * Export the command line variables so that the various scripts
        can see them.
    
      * Honour command line 'ro' or 'rw' settings for nfs.
    
    initramfs-tools (0.7) breezy; urgency=low
    
      The "CONFORM!" release.
    
      * Make command line arguments almost match mkinitrd.  The -m argument
        doesn't make any sense, so it's not supported.  Add support for
        overriding the confdir, and specifying version no longer expects -v.
    
      * Add sed and grep to the initramfs for now.  Will prune these
        eventually, but for now mdrun needs them.
    
      * Add mdadm and mdrun to the initramfs.
    
      * Add hookscript directories.
    
      * Call hookscripts
    
      Thanks to David Weinhall <email address hidden> for the dependancy-based
      hookscripts.
    
    initramfs-tools (0.6) breezy; urgency=low
    
      The "Sweep! ....  Off!" release.
    
      * Source in the net-${DEVICE}.conf file to get IP address information.
    
      * Add commandline parameters for NFSROOT and BOOT.
    
      * Moving loading of boot functions to after commandline parsing.
    
      * Allow NFSROOT variable to be set to auto to pick up value from DHCP
        Server.
    
    initramfs-tools (0.5) breezy; urgency=low
    
      The "Climbing to the horizons" release.
    
      * Update for newer udev, call "udevstart" rather than "udev udevstart"
    
      * /etc/mkinitramfs/modules should not be a conffile.
    
      * Support busybox.
    
      * Fix bug where -k would delete the tmp files, and otherwise it would keep
        them.
    
      * Handle # for comments in the modules file.
    
      * arch:all, not arch:any
    
    initramfs-tools (0.4) breezy; urgency=low
    
      * First upload to Ubuntu.
    
      * Handle glibc compiled udev for now.
    
    initramfs-tools (0.3) unstable; urgency=low
    
      * Fix init and root variables
    
    initramfs-tools (0.2) unstable; urgency=low
    
      * Include the modules in the initrd
      * Drop the .ko ending from the module loads.
      * Actually chain to the sub scripts.
      * kilbc is now named properly
      * First cut of an NFS root implementation
    
    initramfs-tools (0.1) unstable; urgency=low
    
      * Initial Release.
    
     -- Ben Collins <email address hidden>   Fri, 15 Dec 2006 10:17:56 +0000
  • initramfs-tools (0.69ubuntu26) feisty; urgency=low
    
      * Add some firmware handling functions in hoot-functions.
      * Add qla2xxx firmware to auto and dep targets (dep checks if qla2xxx module
        is loaded).
    
     -- Ben Collins <email address hidden>   Fri,  1 Dec 2006 12:07:26 -0500
  • initramfs-tools (0.69ubuntu25) feisty; urgency=low
    
      * hook-functions: Put mptfc, mptsas, mptscsih, and mptspi back in for scsi
        (LP: #74040).
    
     -- Colin Watson <email address hidden>   Fri,  1 Dec 2006 12:19:36 +0000
  • initramfs-tools (0.69ubuntu24) feisty; urgency=low
    
      * busybox grep doesn't support "-w".  LP: #73729.
    
     -- Scott James Remnant <email address hidden>   Wed, 29 Nov 2006 11:21:02 +0000
  • initramfs-tools (0.69ubuntu23) feisty; urgency=low
    
      * If all_generic_ide is passed on the kernel command-line, load the
        ata_generic module with the option of the same name.  This allows users
        to force their IDE card to work.
    
     -- Scott James Remnant <email address hidden>   Mon, 27 Nov 2006 15:39:04 +0000
  • 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
  • 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
  • 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