debootstrap 1.0.78+nmu1 source package in Ubuntu

Changelog

debootstrap (1.0.78+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Split setup_devices in setup_devices (which now only deals with static
    device nodes) and setup_dynamic_devices, and move the calls to
    setup_devices from the beginning of the second stage to the end of the
    first stage.
    setup_dynamic_devices mounts the appropriate filesystems which provide
    dynamic device nodes for the architectures which need one in
    debootstrap (kfreebsd and hurd).
    This fixes a bug in --second-stage introduced in 1.0.34 and exposed
    by the devices-related changes of 1.0.76: the second stage debootstrap
    runs "dpkg --print-architecture >/dev/null" at the very beginning of
    the program when /dev is still empty, so it creates an empty regular
    file in place of /dev/null and this will cause mknod to fail later.
    (Closes: #813232)

 -- Marco d'Itri <email address hidden>  Wed, 17 Feb 2016 01:23:23 +0100

Upload details

Uploaded by:
Debian Install System Team
Uploaded to:
Sid
Original maintainer:
Debian Install System Team
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debootstrap_1.0.78+nmu1.dsc 1.6 KiB 814102133b42278d5ceba4dc6f6b578405a162e299f6d08f702234ea95cc9a17
debootstrap_1.0.78+nmu1.tar.gz 62.8 KiB f189a84b7614b7ab5a1efd1716cd40ea97c7e1eeb168c3afd68ca71ca9c09bd3

Available diffs

No changes file available.

Binary packages built by this source

debootstrap: Bootstrap a basic Debian system

 debootstrap is used to create a Debian base system from scratch,
 without requiring the availability of dpkg or apt. It does this by
 downloading .deb files from a mirror site, and carefully unpacking them
 into a directory which can eventually be chrooted into.

debootstrap-udeb: Bootstrap the Debian system