| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 1.0.128:
* Make gbp tag produce the right tag format
* Add (PureOS) byzantium as a symlink to amber
* Add (PureOS) crimson as a symlink to amber
* Support Packages files which are not ordered alphabetically by Package field
* Apply "EXCLUDE_DEPENDENCY" during "resolve_deps"
* debootstrap: optionally exclude specific dependencies
* debian-common: exclude usrmerge when installing usr-is-merged
* Enable usrmerge on hurd-i386 too.
* add usrmerge support loongarch64.
* Avoid duplicate components in `sources.list`.
* Mount /dev/fd if the host is FreeBSD.
* Update renamed lintian tag names in lintian overrides.
* Update standards version to 4.6.0.1, no changes needed.
* setup_merged_usr: create skip flag when merged-usr is disabled on bookworm+
* Add usr-is-merged to the required set on testing/unstable
* Ensure bookworm+ suites are set up with merged-usr.
* functions (download_main): Let the loops try the different components and
suites when the checksum doesn't match. This is needed when several of
them contain the same package name.
* Fix auto proxy discovery
* Fix detection of docker container for cgroup v2
* functions: define link_dir before using it.
* Add (Debian) trixie as a symlink to sid.
- Update version to 1.0.123: * See /usr/share/doc/packages/debootstrap/changelog
- Update version to 1.0.115: * See /usr/share/doc/packages/debootstrap/changelog
- Update version to 1.0.97 (changes since 1.0.90):
* Avoid the "type" shell command (deb#860545).
* Add (Ubuntu) bionic as a symlink to gutsy.
* scripts/gutsy: Incorporate changes from Ubuntu:
+ Synch from scripts/sid.
+ Fix debootstrap --variant=fakechroot failure because
initscripts is no longer part of the base system.
* Use force_md5 for breezy, dapper and edgy (deb#659360,
deb#676373). Now you can create Ubuntu breezy/dapper/edgy chroot.
* Change repository URI for old Ubuntu releases (deb#676370,
deb#839073).
Archived Ubuntu releases are at old-releases.ubuntu.com/ubuntu
* Set correct keyring and default mirror for old debian releases.
Now you can fetch popato/woody/sarge/etch/lenny/squeeze if you
want (deb#891404, deb#600647, deb#792729).
* Avoid pre-exist directory causes failure (deb#864734).
* Split common code from scripts/sid to scripts/debian-common and
share it between distributions (deb#798562).
* Don't let host PATH leak into the target commands. It works on
chroots that have different PATH like Arch Linux and Fedora
(deb#718632, deb#770658, deb#890418).
* Escape spaces to fix debootstrap on path contains space fails
(deb#586158, deb#762431).
* Add warning if file specified via --keyring does not exist
(deb#754318, deb#775474).
* Avoid unnecessary keyring warning with --second-stage option
(deb#734324).
* Output warning if falling back to sha1 (deb#775444).
* Prevent unintended removal with --print-debs option
(deb#833525).
* Add scripts for Kali Linux (deb#798564).
* Improve manpage description for --{unpack,make}-tarball options
(deb#563647).
* Fix multiple components usage for --foreign/--second-stage
(deb#806780).
* Try to auto-detect proxy if available
(e.g. squid-deb-proxy-client) (deb#732628).
* Handle existing /dev (deb#872577).
* Create /dev/console as same as previous (deb#872059).
* Do not ignore HTTPS mirror setting (deb#893954).
* Improve manpage "what is calls a Debian base system" (deb#872948).
* Improve the error message when download fails (deb#866401).
* Use wget --non-verbose option instead of --quiet.
* Improve error message on Release signed by unknown key
(deb#698677).
* Add a --cache-dir feature (deb#844118)
It is enabled by default and uses /var/cache/apt/archives as a
default value.
* Use arch-test if installed to check whether second stage is
possible (deb#826709).
* Fix boostrapping libvirt LXC containers (deb#890419).
* Use "command -v apt-config" to check for apt-config's presence
(deb#895466).
* Drop default value for the --cache-dir parameter.
* Forbid the usage of non-empty directories with --print-debs and
- -make-tarball.
* Do not use HTTPS for the Kali bootstrap script.
- Add a missing wget depenendency.
- Update to version 1.0.124
* functions: Turn for loops variables into locals
* functions: add zstd control&data support to the ar extractor
* stage1: re-mkdir /proc if it is a symlink instead of umount.
* Add --inrelease-path option to allow specifying by-hash
InRelease location.