summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.