slackbuilds/system/debootstrap
Edinaldo P. Silva 99f1ef8f71
system/debootstrap: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-07-30 06:03:28 +07:00
..
README
debootstrap.SlackBuild system/debootstrap: Updated for version 1.0.79. 2016-03-08 04:26:16 +07:00
debootstrap.info system/debootstrap: Update DOWNLOAD url. 2016-07-30 06:03:28 +07:00
devices.tar.gz system/debootstrap: Included devices.tar.gz in the git repo. 2010-05-17 01:32:31 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.