diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-12 23:33:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:33:27 +0200 |
commit | 8b5073dcd04ce71ba30918d7ef8640b495aec360 (patch) | |
tree | 4815383f6c6342a4b57d929215c6e79b18771db0 /system/debootstrap/README | |
parent | 0961fcf16047f233e2224a4898078f7d055a20d5 (diff) | |
download | slackbuilds-8b5073dcd04ce71ba30918d7ef8640b495aec360.tar.gz |
system/debootstrap: Added to 12.2 repository
Diffstat (limited to 'system/debootstrap/README')
-rw-r--r-- | system/debootstrap/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/debootstrap/README b/system/debootstrap/README new file mode 100644 index 0000000000..cdd078cf71 --- /dev/null +++ b/system/debootstrap/README @@ -0,0 +1,9 @@ +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. |