| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: debootstrap | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 1.0.128 | Vendor: openSUSE |
| Release: bp156.3.1 | Build date: Thu Sep 7 11:27:25 2023 |
| Group: Unspecified | Build host: i04-ch4c |
| Size: 321726 | Source RPM: debootstrap-1.0.128-bp156.3.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://salsa.debian.org/installer-team/debootstrap | |
| Summary: 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.
MIT
* Thu Jul 27 2023 Richard Rahl <rrahl0@proton.me>
- update to 1.0.128+nmu5:
* Update PureOS bootstrap script
* Improve error message when tar fails
* fixes bug when http_proxy is unset
* fallback if mounting /proc fails
* defaulting to merged-usr on newer suites
* Wed Dec 07 2022 Dirk Müller <dmueller@suse.com>
- 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.
* Mon Jun 07 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- 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.
* Sun May 03 2020 Alexei Sorokin <sor.alexei@meowr.ru>
- Update version to 1.0.123:
* See /usr/share/doc/packages/debootstrap/changelog
* Sat Jul 27 2019 Alexei Sorokin <sor.alexei@meowr.ru>
- Update version to 1.0.115:
* See /usr/share/doc/packages/debootstrap/changelog
* Wed Jun 28 2017 sor.alexei@meowr.ru
- 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.
* Wed Jun 28 2017 mchandras@suse.de
- Version bump to 1.0.90
* Add (Ubuntu) artful as a symlink to gutsy.
* Improve /dev/ptmx handling (deb#817236)
* Add autopkgtest support to test various scenarios.
* Uniformize COMPONENTS/USE_COMPONENTS handling.
* Strip the arch-qualifier (deb#836525)
* Default to split /usr again, as merged-/usr breaks dpkg-shlibdeps (deb#844221)
* remove scratchbox2 support (deb#796189)
* Reword split_inline_sig (deb#842591)
* Add support for downloading and validating InRelease files, by splitting
up detached signature from signed data.
* Switch default mirror to deb.debian.org.
* Add (Ubuntu) zesty as a symlink to gutsy.
* Add jessie-kfreebsd to merged-/usr blacklist.
* No longer Build-Depend on makedev. The code using it was already
removed in debootstrap 1.0.82.
* Do not use `tar -k` for older releases which might have file
conflicts between the packages to be installed. (deb#838388)
* Error out when seeing short options. (deb#548880)
* Add oldoldstable -> sid script symlink. (deb#792734)
* Add buster -> sid and bullseye -> sid script symlinks.
* Only unpack and configure the base system when there are actually
packages to install. (deb#825034)
* debootstrap.8: Use stretch instead of wheezy in examples.
* Enable merged-/usr by default. (deb#839046)
* Add support for xz-compressed Packages indices. (deb#837649)
* functions: Validate that the requested suite is listed in the
Release file's Suite or Codename field. (deb#837075)
* Add support for merged-/usr, enabled by a new --merged-usr option (deb#810301)
Feign install of dpkg in second stage. This avoids problems when
using dpkg-deb together with busybox' tar. (deb#837185)
* Excise all devices.tar.gz code. (deb#830869)
* Add (Ubuntu) yakkety as a symlink to gutsy.
* scripts/gutsy: Support kfreebsd & hurd arches on Ubuntu targets (deb#818748)
- Remove obsolete devices.tar.gz file
* Sat Mar 05 2016 sor.alexei@meowr.ru
- Update to 1.0.79 (changes since 1.0.75):
* Stop creating useless device nodes (deb#571136).
* Fix permissions on device nodes (deb#812811, deb#813124).
* Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
* 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).
* hurd: move setting up dev and servers firmlink to setup_proc
stage. Also firmlink proc there (deb#768102).
* Mon Nov 23 2015 sor.alexei@meowr.ru
- Update to 1.0.75 (changes since 1.0.73):
* Add (Ubuntu) xenial as a symlink to gutsy.
* Stop cleaning KEEP_DEBOOTSTRAP_DIR twice (deb#804415).
* Add Tanglu support (deb#771687). At the moment, the following
extra suites are recognised:
- aequorea
- bartholomea
- chromodoris
- dasyatis
* Sat Oct 31 2015 sor.alexei@meowr.ru
- Update to 1.0.73:
* Generate a deburis file with (package, version, uri) tuples,
similar to the existing debpaths.
* Wed Aug 05 2015 sor.alexei@meowr.ru
- Update to 1.0.72 (changes since 1.0.70):
* Adjust sed call to render it more portable (missing ';'),
making it work with FreeBSD sed.
* Add (Ubuntu) wily as a symlink to gutsy.
* Fix resolve_deps and setup_available to work in the --foreign
case.
* Sun Jun 14 2015 sleep_walker@suse.cz
- bump to 1.0.70
* Use tr instead of (missing in d-i) xargs (Closes:
[#785693]). Thanks, Julian Schauder!
* Make sure to deduplicate package list in download_release to
avoid issues while counting downloaded packages. The failure
path could lead to printing some strange integer (Closes:
[#709751], #768445, #785276, #774752). This was reported to
mostly happen whenever --no-resolve-deps is used.
* Add support for --force-check-gpg so that one can
programmatically make sure keyring checks are used and that
no fallback to an https mirror happens (Closes: #661501,
[#733179], #775454). * Switch default mirror from
ftp.us.debian.org to the new, official http redirector
service: httpredir.debian.org
* Make it possible to override the MAKEDEV variable (Closes: #734743).
Thanks, Wookey!
* Update Standards to 3.9.6 (checked)
* Support the jessie-kfreebsd suite, by using the same script as
jessie (a symlink to sid) (Closes: #784927).
* Sat Mar 21 2015 sor.alexei@meowr.ru
- Update to 1.0.67 (changes since 1.0.65):
* Support reproducible builds: specify a modification time on the
tar side, and add the -n option to gzip
* Update setup_apt_sources to look at USE_COMPONENTS if COMPONENTS
is empty, fixing the empty sources.list bug with foreign
architectures.
- Spec cleanup.
* Mon Nov 24 2014 sleep_walker@suse.cz
- bump to 1.0.65
* Add support for stretch.
* Add (Ubuntu) vivid as a symlink to gutsy.
* Move set -e out of shebang line. Closes: #762713
* Fix reporting of package version in retrieval and validation steps
to cope with epochs.
* Fix "possibly the package $pkg is at fault" warnings to account for
changed error output in dpkg 1.17.2.
/usr/sbin/debootstrap /usr/share/debootstrap /usr/share/debootstrap/functions /usr/share/debootstrap/scripts /usr/share/debootstrap/scripts/aequorea /usr/share/debootstrap/scripts/amber /usr/share/debootstrap/scripts/artful /usr/share/debootstrap/scripts/ascii /usr/share/debootstrap/scripts/bartholomea /usr/share/debootstrap/scripts/beowulf /usr/share/debootstrap/scripts/bionic /usr/share/debootstrap/scripts/bookworm /usr/share/debootstrap/scripts/breezy /usr/share/debootstrap/scripts/bullseye /usr/share/debootstrap/scripts/buster /usr/share/debootstrap/scripts/byzantium /usr/share/debootstrap/scripts/ceres /usr/share/debootstrap/scripts/chromodoris /usr/share/debootstrap/scripts/cosmic /usr/share/debootstrap/scripts/crimson /usr/share/debootstrap/scripts/dapper /usr/share/debootstrap/scripts/dasyatis /usr/share/debootstrap/scripts/debian-common /usr/share/debootstrap/scripts/disco /usr/share/debootstrap/scripts/edgy /usr/share/debootstrap/scripts/eoan /usr/share/debootstrap/scripts/etch /usr/share/debootstrap/scripts/etch-m68k /usr/share/debootstrap/scripts/feisty /usr/share/debootstrap/scripts/focal /usr/share/debootstrap/scripts/groovy /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/hardy /usr/share/debootstrap/scripts/hirsute /usr/share/debootstrap/scripts/hoary /usr/share/debootstrap/scripts/hoary.buildd /usr/share/debootstrap/scripts/impish /usr/share/debootstrap/scripts/intrepid /usr/share/debootstrap/scripts/jammy /usr/share/debootstrap/scripts/jaunty /usr/share/debootstrap/scripts/jessie /usr/share/debootstrap/scripts/jessie-kfreebsd /usr/share/debootstrap/scripts/kali /usr/share/debootstrap/scripts/kali-dev /usr/share/debootstrap/scripts/kali-last-snapshot /usr/share/debootstrap/scripts/kali-rolling /usr/share/debootstrap/scripts/karmic /usr/share/debootstrap/scripts/kinetic /usr/share/debootstrap/scripts/lenny /usr/share/debootstrap/scripts/lucid /usr/share/debootstrap/scripts/maverick /usr/share/debootstrap/scripts/natty /usr/share/debootstrap/scripts/oldoldstable /usr/share/debootstrap/scripts/oldstable /usr/share/debootstrap/scripts/oneiric /usr/share/debootstrap/scripts/potato /usr/share/debootstrap/scripts/precise /usr/share/debootstrap/scripts/quantal /usr/share/debootstrap/scripts/raring /usr/share/debootstrap/scripts/sarge /usr/share/debootstrap/scripts/sarge.buildd /usr/share/debootstrap/scripts/sarge.fakechroot /usr/share/debootstrap/scripts/saucy /usr/share/debootstrap/scripts/sid /usr/share/debootstrap/scripts/squeeze /usr/share/debootstrap/scripts/stable /usr/share/debootstrap/scripts/stretch /usr/share/debootstrap/scripts/testing /usr/share/debootstrap/scripts/trixie /usr/share/debootstrap/scripts/trusty /usr/share/debootstrap/scripts/unstable /usr/share/debootstrap/scripts/utopic /usr/share/debootstrap/scripts/vivid /usr/share/debootstrap/scripts/warty /usr/share/debootstrap/scripts/warty.buildd /usr/share/debootstrap/scripts/wheezy /usr/share/debootstrap/scripts/wily /usr/share/debootstrap/scripts/woody /usr/share/debootstrap/scripts/woody.buildd /usr/share/debootstrap/scripts/xenial /usr/share/debootstrap/scripts/yakkety /usr/share/debootstrap/scripts/zesty /usr/share/doc/packages/debootstrap /usr/share/doc/packages/debootstrap/README /usr/share/doc/packages/debootstrap/TODO /usr/share/doc/packages/debootstrap/changelog /usr/share/licenses/debootstrap /usr/share/licenses/debootstrap/copyright /usr/share/man/man8/debootstrap.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:38:47 2026