summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-01-13 18:52:10 (GMT)
committerColin Watson <cjwatson@debian.org>2009-01-13 18:52:10 (GMT)
commitd7cf419e82ed61ab220528daf1c94e764e0b1230 (patch)
tree4d556201c5a5e980fdf06cbb9f917afa5ab55756
parentdd07a8259dff216f18791f3350fc5f30f011fb44 (diff)
downloaddebootstrap-d7cf419e82ed61ab220528daf1c94e764e0b1230.zip
debootstrap-d7cf419e82ed61ab220528daf1c94e764e0b1230.tar.gz
debootstrap-d7cf419e82ed61ab220528daf1c94e764e0b1230.tar.bz2
Clarify that --second-stage is needed to complete the bootstrapping
process after --foreign. r57238
-rw-r--r--debian/changelog2
-rw-r--r--debootstrap.82
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a52788a..cb162de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
debootstrap (1.0.11) UNRELEASED; urgency=low
* Add (Ubuntu) jaunty as a symlink to gutsy.
+ * Clarify that --second-stage is needed to complete the bootstrapping
+ process after --foreign.
-- Colin Watson <cjwatson@ubuntu.com> Fri, 31 Oct 2008 13:37:01 +0000
diff --git a/debootstrap.8 b/debootstrap.8
index 11383d8..f854d95 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -100,6 +100,8 @@ Do the initial unpack phase of bootstrapping only, for example if the
target architecture does not match the host architecture.
A copy of debootstrap sufficient for completing the bootstrap process
will be installed as /debootstrap/debootstrap in the target filesystem.
+You can run it with the \fB\-\-second\-stage\fP option to complete the
+bootstrapping process.
.IP
.IP "\fB\-\-second\-stage\fP"
Complete the bootstrapping process.