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.
- Developed at devel:tools
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/debootstrap && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
debootstrap-norootforbuild.patch | 0000000698 698 Bytes | |
debootstrap.changes | 0000008575 8.37 KB | |
debootstrap.spec | 0000001874 1.83 KB | |
debootstrap_1.0.70.tar.gz | 0000061438 60 KB | |
devices.tar.gz | 0000000775 775 Bytes |
Revision 14 (latest revision is 30)
Dominique Leuenberger (dimstar_suse)
accepted
request 311986
from
Tomas Cech (sleep_walker)
(revision 14)
- 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). (forwarded request 311984 from sleep_walker)
Comments 0