summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-07-20 20:57:57 (GMT)
committerJoey Hess <joeyh@debian.org>2007-07-20 20:57:57 (GMT)
commit95410c63e17d8bf64181a8556368a7e1997d437c (patch)
treeabee38b1f3a29b4d4db37eee348b95abbaa64e18
parenteb9ae9d17528234f69b78be632349da6c6ac28de (diff)
downloaddebootstrap-95410c63e17d8bf64181a8556368a7e1997d437c.zip
debootstrap-95410c63e17d8bf64181a8556368a7e1997d437c.tar.gz
debootstrap-95410c63e17d8bf64181a8556368a7e1997d437c.tar.bz2
* Document --components in man page.
* Update man page, as packages listed in --include should now be auto dep-resolved by default. r48505
-rw-r--r--debian/changelog8
-rw-r--r--debootstrap.86
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 72d184f..6e684b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debootstrap (1.0.2) UNRELEASED; urgency=low
+
+ * Document --components in man page.
+ * Update man page, as packages listed in --include should now be auto
+ dep-resolved by default.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 20 Jul 2007 16:57:37 -0400
+
debootstrap (1.0.1) unstable; urgency=low
* scripts/ubuntu/gutsy: Determine buildd variant dynamically using
diff --git a/debootstrap.8 b/debootstrap.8
index 9a93635..d4d8242 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -39,14 +39,16 @@ Set the target architecture (use if dpkg isn't installed). See also \-\-foreign.
.IP
.IP "\fB\-\-include=alpha,beta\fP"
Comma separated list of packages which will be added to download and extract
-lists. Don't forget to resolve the dependencies manually, otherwise the
-installation may fail.
+lists.
.IP
.IP "\fB\-\-exclude=alpha,beta\fP"
Comma separated list of packages which will be removed from download and
extract lists. WARNING: you can and probably will exclude essential packages, be
careful using this option.
.IP
+.IP "\fB\-\-components=alpha,beta\fP"
+Use packages from the listed components of the archive.
+.IP
.IP "\fB\-\-no\-resolve\-deps\fP"
By default, debootstrap will attempt to automatically resolve any missing
dependencies, warning if any are found. Note that this is not a complete