summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2016-10-20 06:39:55 (GMT)
committerJulien Cristau <jcristau@debian.org>2016-10-20 06:39:55 (GMT)
commit5cf331b568827a9bce557db72c2713d8d7468bff (patch)
tree76794a930ebaf4014f6bf74c731e4048adc9e01a /README
parentcb32574a472d4645ecdf176bef9e671c977c4d1f (diff)
parent6b4019d0d4911cdb337ad8204891223c9f323829 (diff)
downloaddebootstrap-5cf331b568827a9bce557db72c2713d8d7468bff.zip
debootstrap-5cf331b568827a9bce557db72c2713d8d7468bff.tar.gz
debootstrap-5cf331b568827a9bce557db72c2713d8d7468bff.tar.bz2
Merge branch 'master' of https://github.com/aburch/debootstrap
Diffstat (limited to 'README')
-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 ...