summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnsgar Burchardt <ansgar@debian.org>2016-09-23 17:21:58 (GMT)
committerAnsgar Burchardt <ansgar@debian.org>2016-10-18 22:01:48 (GMT)
commita7ce138de967cbc9b9461bec2123f5c75068ecce (patch)
tree1ea24557033b42c8c868ef9e229beecd04e3e295
parent5443d252cff0145823ee137af2b6370914dcfb2e (diff)
downloaddebootstrap-a7ce138de967cbc9b9461bec2123f5c75068ecce.zip
debootstrap-a7ce138de967cbc9b9461bec2123f5c75068ecce.tar.gz
debootstrap-a7ce138de967cbc9b9461bec2123f5c75068ecce.tar.bz2
Remove trailing whitespace.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 47fdec6..1e9402a 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ You can run debootstrap from its source tree without installing it. This
can be useful if you want a quick way to make a Debian chroot on another
system, or if you are testing modifications to debootstrap.
-First, get the source.
+First, get the source.
* Either by using git
git clone https://anonscm.debian.org/git/d-i/debootstrap.git
@@ -41,7 +41,7 @@ Future
* Cross-strap support - so you can bootstrap a filesystem to the
point where it will successfully boot, and finish installing itself
without having to be running the target architecture or OS yourself.
- This means you should be able to run
+ This means you should be able to run
debootstrap --arch powerpc sarge ./sarge-ppc-chroot ...