mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
25fff61f23
Signed-off-by: B. Watson <yalhcru@gmail.com>
10 lines
494 B
Text
10 lines
494 B
Text
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.
|