summaryrefslogtreecommitdiffstats
path: root/system/debootstrap
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:07:25 +0100
committer B. Watson2022-03-17 17:38:05 +0100
commit25fff61f2396cd3d9c17f691a1700c1b664185bc (patch)
tree3e4a71132b189a5de88273cf6ce26ccc35338ab6 /system/debootstrap
parent014cda4f74df650aaa553176df8b2ca9349143be (diff)
downloadslackbuilds-25fff61f2396cd3d9c17f691a1700c1b664185bc.tar.gz
system/debootstrap: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/debootstrap')
-rw-r--r--system/debootstrap/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/system/debootstrap/README b/system/debootstrap/README
index cdd078cf71..e05eb3c3f7 100644
--- a/system/debootstrap/README
+++ b/system/debootstrap/README
@@ -1,9 +1,10 @@
-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 ;-)
+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.
-As we do not have dpkg, remember to always pass an architecture to debootstrap
-using the --arch switch.
+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.