initrd-tools (0.1.32woody.3) stable; urgency=low

  * Depend on debhelper >= 3 (closes: #171364).

 -- Herbert Xu <herbert@debian.org>  Thu,  5 Dec 2002 19:21:27 +1100

initrd-tools (0.1.32woody.2) stable; urgency=low

  * Removed another instance of a comma in mount command.

 -- Herbert Xu <herbert@debian.org>  Mon,  4 Nov 2002 20:17:37 +1100

initrd-tools (0.1.32woody.1) stable; urgency=low

  * Create /initrd since nobody else does.
  * Mount root in the right place (closes: #164498).

 -- Herbert Xu <herbert@debian.org>  Sat, 26 Oct 2002 17:21:03 +1000

initrd-tools (0.1.32) unstable; urgency=low

  * Load boot modules in initrd.
  * Removed dependency on mounting comma separated fstypes (closes: #164158).
  * Use /proc/filesystems for rootfstype instead of fstab.

 -- Herbert Xu <herbert@debian.org>  Fri, 11 Oct 2002 20:17:44 +1000

initrd-tools (0.1.31) unstable; urgency=low

  * Ignore errors from unset (closes: 163444).  This allows mkinitrd to work
    with woody's bash.
  * Process null arguments to -r correctly.

 -- Herbert Xu <herbert@debian.org>  Sun,  6 Oct 2002 21:16:51 +1000

initrd-tools (0.1.30) unstable; urgency=low

  * Do not use options from fstab (closes: 163271).
  * Allow rootflags even when rootfstype is unset.

 -- Herbert Xu <herbert@debian.org>  Sat,  5 Oct 2002 21:26:34 +1000

initrd-tools (0.1.29) unstable; urgency=low

  * Allow moduledir to be omitted (Groucho, closes: #160449).
  * Made -o mandatory.
  * Added MKIMAGE example to mkinitrd.conf(5).
  * Fixed typo that broke -r (Andreas Mahling, closes: #160651).
  * Dot files in functions to preserve arguments in /sbin/init.
  * Added NOTES section about CRAMFS in mkinitrd(8).
  * Use dash if available (closes: #162746).
  * Fixed typo in rootfstype code (M. Dietrich).
  * Deal with an empty /proc/filesystems.
  * Use the correct separator to parse /proc/filesystems (closes: #161694).

 -- Herbert Xu <herbert@debian.org>  Tue,  1 Oct 2002 18:44:44 +1000

initrd-tools (0.1.28) unstable; urgency=low

  * Load {hpt,pdc}raid and ide modules for ataraid (closes: #158088).
  * Use file system types and options from fstab.
  * Read rootfstype and rootflags from /proc/cmdline.

 -- Herbert Xu <herbert@debian.org>  Fri,  6 Sep 2002 20:36:22 +1000

initrd-tools (0.1.27) unstable; urgency=low

  * Use ramfs if tmpfs is not available.
  * Clarified description about the lack of support for non-Debian kernels.
  * Added code to mount devfs in init if necessary (closes: #156960, #157092).
  * Call readlink inside getroot (closes: #157096).

 -- Herbert Xu <herbert@debian.org>  Sun, 18 Aug 2002 10:12:37 +1000

initrd-tools (0.1.26) unstable; urgency=low

  * Added recursive probing for RAID.
  * Handle errors within cpio pipeline (closes: #148061).
  * Allow initrd image with no modules (closes: #151386).
  * Only mount /proc if mounts is not there (closes: #151318).
  * Improved error message for unknown root devices (closes: #154712).
  * Use pivot_root (closes: #135537).

 -- Herbert Xu <herbert@debian.org>  Sun, 11 Aug 2002 11:16:31 +1000

initrd-tools (0.1.25) unstable; urgency=high

  * Added support for ataraid (closes: #144088).
  * Set default delay to 0.

 -- Herbert Xu <herbert@debian.org>  Wed,  1 May 2002 06:56:15 +1000

initrd-tools (0.1.24) unstable; urgency=low

  * Reduced installed modules in "most" mode.  This is required for MILO users.

 -- Herbert Xu <herbert@debian.org>  Wed, 17 Apr 2002 21:33:09 +1000

initrd-tools (0.1.23) unstable; urgency=low

  * Use TMPDIR if it is set.
  * Fixed initrd freeing on devfs (Jonas Smedegaard, closes: #141138).
  * Removed obsolete references to rdev and /proc/mounts.
  * Added SCSI module translations (closes: #142399).

 -- Herbert Xu <herbert@debian.org>  Fri, 12 Apr 2002 08:29:51 +1000

initrd-tools (0.1.22) unstable; urgency=low

  * Added rcS script that frees the INITRD on boot.
  * Removed ineffective boot path from modutils.
  * Removed pcmcia from modutils.
  * Removed modutils file altogether since it is now empty.
  * Added -m option to set MKIMAGE (closes: #138248).
  * Fixed existence check of kernel/fs (closes: #138886).
  * Added support for auto as the root file system type (closes: #139462).

 -- Herbert Xu <herbert@debian.org>  Sat, 23 Mar 2002 08:34:00 +1100

initrd-tools (0.1.21) unstable; urgency=low

  * Fixed syntax error in modutils file.

 -- Herbert Xu <herbert@debian.org>  Fri,  1 Mar 2002 07:53:19 +1100

initrd-tools (0.1.20) unstable; urgency=low

  * Fixed usage output (closes: #133370).
  * Added check for Compaq Smart Arra devices (Dirk Lipinski, closes: #134234).
  * Added check for SCSI CDROM devices.
  * Depend on cramfsprogs for portability.
  * Added pcmcia and boot paths to modutils.

 -- Herbert Xu <herbert@debian.org>  Thu, 28 Feb 2002 21:49:23 +1100

initrd-tools (0.1.19) unstable; urgency=low

  * Include ext3 as well as ext2 when fstab says ext2.
  * Handle file system lists in fstab correctly (closes: #133303).

 -- Herbert Xu <herbert@debian.org>  Mon, 11 Feb 2002 19:10:52 +1100

initrd-tools (0.1.18) unstable; urgency=low

  * Abort if root file system type is set to auto.
  * Prune NLS files (Mark van Walraven).
  * Handle zero delay correctly (Mark van Walraven).
  * Canonicalise root device before interpreting it.

 -- Herbert Xu <herbert@debian.org>  Fri, 25 Jan 2002 23:50:33 +1100

initrd-tools (0.1.17) unstable; urgency=low

  * Added pointer to mkinitrd(8) in sample modules file (closes: #126929).
  * Added cramfsprogs to dependency in anticipation to name change.

 -- Herbert Xu <herbert@debian.org>  Tue,  1 Jan 2002 20:33:36 +1100

initrd-tools (0.1.16) unstable; urgency=low

  * Ignore comments in fstab (closes: #125853).
  * Fixed hard coded references to /etc/mkinitrd (Peter Mottram,
    closes: #125684).

 -- Herbert Xu <herbert@debian.org>  Fri, 21 Dec 2001 20:54:48 +1100

initrd-tools (0.1.15) unstable; urgency=low

  * Load the eata module correctly (closes: #124003).

 -- Herbert Xu <herbert@debian.org>  Sat, 15 Dec 2001 09:33:12 +1100

initrd-tools (0.1.14) unstable; urgency=low

  * Added support for file system type in ROOT.
  * Find root device/type from fstab instead of /proc/mounts.
  * Allow ROOT to be specified on the command line as -r (closes: #117388).

 -- Herbert Xu <herbert@debian.org>  Fri,  7 Dec 2001 22:23:51 +1100

initrd-tools (0.1.13) unstable; urgency=low

  * Added probe test for ext3 (Eduard Bloch).
  * Added support for other image types through MKIMAGE (closes: #115724).
  * Bumped dependency on mkcramfs due to tmpfs bug in 2.4.12.

 -- Herbert Xu <herbert@debian.org>  Sun, 28 Oct 2001 12:20:51 +1100

initrd-tools (0.1.12) unstable; urgency=low

  * Use devfs names for RAID if the old one doesn't exist at boot time.

 -- Herbert Xu <herbert@debian.org>  Mon,  3 Sep 2001 21:40:10 +1000

initrd-tools (0.1.11) unstable; urgency=low

  * Added -k option to keep the working directory (closes: #107543).
  * Added rule for Compaq Smart Array (der.hans, closes: #107537).

 -- Herbert Xu <herbert@debian.org>  Sun,  5 Aug 2001 09:52:32 +1000

initrd-tools (0.1.10) unstable; urgency=low

  * Added support for adding extra files and executables (closes: #102386).
  * Added hack to inhibit the error message about ext2 on the 386 flavour
    (closes: #103908).

 -- Herbert Xu <herbert@debian.org>  Sun, 15 Jul 2001 20:10:18 +1000

initrd-tools (0.1.9) unstable; urgency=low

  * Fixed typo in mkinitrd(8) (laurent bonnaud, closes: #100626).
  * Added code to recognise /dev/scsi/* (Byeong-Jun Park, closes: #100701).

 -- Herbert Xu <herbert@debian.org>  Thu, 14 Jun 2001 19:11:17 +1000

initrd-tools (0.1.8) unstable; urgency=low

  * Always include /dev/md0 or /dev/md/0 if RAID is found.
  * Fixed typo in man page (closes: #98936).
  * Fall back on /proc/mounts if rdev is not available.

 -- Herbert Xu <herbert@debian.org>  Mon, 28 May 2001 07:41:47 +1000

initrd-tools (0.1.7) unstable; urgency=low

  * Fixed syntax error introduced in 0.1.6.

 -- Herbert Xu <herbert@debian.org>  Sun, 15 Apr 2001 20:04:10 +1000

initrd-tools (0.1.6) unstable; urgency=low

  * Don't call find for module directories that don't exist (closes: #91331).
  * Changed Architecture to all.
  * Added versioned dependency on modutils for 2.4 support (closes: #90906).

 -- Herbert Xu <herbert@debian.org>  Sat,  7 Apr 2001 16:30:56 +1000

initrd-tools (0.1.5) unstable; urgency=low

  * Changed sh to ash since bash doesn't handle signals correctly.

 -- Herbert Xu <herbert@debian.org>  Thu, 22 Mar 2001 21:09:07 +1100

initrd-tools (0.1.4) unstable; urgency=low

  * Use rdev(8) to determine the root device (Sam Quigley, closes: #90330).

 -- Herbert Xu <herbert@debian.org>  Tue, 20 Mar 2001 07:49:18 +1100

initrd-tools (0.1.3) unstable; urgency=low

  * Replaced PROBE by ROOT which allow the root device to be manually set.

 -- Herbert Xu <herbert@debian.org>  Mon, 19 Mar 2001 23:08:25 +1100

initrd-tools (0.1.2) unstable; urgency=low

  * Recognise /dev/ide/* as IDE devices (closes: #89888).

 -- Herbert Xu <herbert@debian.org>  Sat, 17 Mar 2001 08:23:30 +1100

initrd-tools (0.1.1) unstable; urgency=low

  * Added versioned dependency on mkcramfs since we need the size field.

 -- Herbert Xu <herbert@debian.org>  Sun, 11 Mar 2001 10:38:33 +1100

initrd-tools (0.1) unstable; urgency=low

  * Initial Release.

 -- Herbert Xu <herbert@debian.org>  Sun,  4 Mar 2001 20:02:15 +1100

