rootstrap (0.3-1) unstable; urgency=low

  * Get rid of the cramfs hack, instead use tmpfs filesystems to overlay
    the parts of the host filesystem that we don't want (such as /etc)
  * Fix all modules to use $TARGET instead of /target, as the target mount
    point has moved (and could again).  All custom modules must be updated
    to use $TARGET.
  * Add a setting to rootstrap.conf to allow configuration of a nameserver
    (Closes: #143171)

 -- Matt Zimmerman <mdz@debian.org>  Wed, 17 Apr 2002 22:15:55 -0400

rootstrap (0.2.4-1) unstable; urgency=low

  * Build the man page with docbook-to-man instead of docbook2man, because
    the latter seems to garble the output (Closes: #140857)
  * Append /sbin:/usr/sbin to PATH when building, to ensure that mkcramfs
    can be found (Closes: #142130)

 -- Matt Zimmerman <mdz@debian.org>  Wed, 10 Apr 2002 23:19:25 -0400

rootstrap (0.2.3-1) unstable; urgency=low

  * New code release
    - Fix a bug in the creation of ubd devices by the uml module

 -- Matt Zimmerman <mdz@debian.org>  Thu, 28 Mar 2002 22:13:26 -0500

rootstrap (0.2.2-1) unstable; urgency=low

  * New code release
    - Add an option to the debian module to install additional packages
      with apt
    - Make the installation of uml kernel modules an optional behaviour
    - Use DEBCONF_FRONTEND=Noninteractive to suppress warning messages
      about debconf falling back to it from other frontends
    - Manually create a ubd0 device for UML, since potato's MAKEDEV
      doesn't understand ubd
    - Append /sbin:/usr/sbin to PATH so that we can always find tune2fs if
      it is installed (Closes: #138398)

 -- Matt Zimmerman <mdz@debian.org>  Sat, 16 Mar 2002 16:14:01 -0500

rootstrap (0.2.1-1) unstable; urgency=low

  * New code release
    - Pass devfs=mount to UML when booting the initial filesystem, since
      the latest packages do not mount it by default

 -- Matt Zimmerman <mdz@debian.org>  Wed, 13 Mar 2002 09:26:42 -0500

rootstrap (0.2-1) unstable; urgency=low

  * New code release
    - Includes man page (Closes: #137849)
    - No need to try to remount root read-only now that cramfs is used
      (old cruft)
    - Removed unused -p option; I forget what it was intended to do
  * Depend on debootstrap >= 0.1.16.4, because that version fixes
    --include

 -- Matt Zimmerman <mdz@debian.org>  Tue, 12 Mar 2002 23:54:25 -0500

rootstrap (0.1-1) unstable; urgency=low

  * Initial Release.

 -- Matt Zimmerman <mdz@debian.org>  Tue, 29 Jan 2002 03:58:56 -0500

