slackbuilds_ponce/system/debootstrap
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
debootstrap.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
debootstrap.SlackBuild
devices.tar.gz
README
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00
slackware.patch

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.