SlackBuildsOrg/system/debootstrap
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
debootstrap.info
debootstrap.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
devices.tar.gz
README
slack-desc

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.
It's especially useful if you need to work on debian-like systems without having
to install them over our beloved Slackware ;-)

As we do not have dpkg, remember to always pass an architecture to debootstrap
using the --arch switch.