diff options
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. |