initramfs-tools 0.69ubuntu1 source package in Ubuntu

Changelog

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.

 -- Jeff Bailey <email address hidden>   Wed, 12 Jul 2006 19:22:22 -0400

Upload details

Uploaded by:
Jeff Bailey
Uploaded to:
Edgy
Original maintainer:
Debian kernel team
Architectures:
all
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Edgy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
initramfs-tools_0.69ubuntu1.tar.gz 41.6 KiB 74422e842eb200846f02b9bb5db5bd48d32f4b7cca6500dd2c2eff7e89b7e20e
initramfs-tools_0.69ubuntu1.dsc 643 bytes 45aa9bb864707185e947ae4635d99d9327abf17da766baa38eb5117f0bfd395f

View changes file

Binary packages built by this source

initramfs-tools: No summary available for initramfs-tools in ubuntu edgy.

No description available for initramfs-tools in ubuntu edgy.