Hideki Yamane
2018-04-03 10:44:08 UTC
--unpack-tarball
Message-Id: <***@iijmio-mail.jp>
In-Reply-To: <***@iijmio-mail.jp>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Hi list,
Could you review below messages in deboostrap manpage, please?
Message-Id: <***@iijmio-mail.jp>
In-Reply-To: <***@iijmio-mail.jp>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Hi list,
Could you review below messages in deboostrap manpage, please?
Here's a proposed patch for it.
diff --git a/debootstrap b/debootstrap
index 083473d..1d5d5c6 100755
--- a/debootstrap
+++ b/debootstrap
@@ -550,7 +550,7 @@ fi
if [ "$UNPACK_TARBALL" ]; then
if [ "${UNPACK_TARBALL#/}" = "$UNPACK_TARBALL" ]; then
- error 1 TARPATH "Tarball must be given a complete path"
+ error 1 TARPATH "Tarball must be given an absolute path"
fi
if [ "${UNPACK_TARBALL%.tar}" != "$UNPACK_TARBALL" ]; then
(cd "$TARGET" && tar -xf "$UNPACK_TARBALL")
diff --git a/debootstrap.8 b/debootstrap.8
index e802003..699f1fd 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -137,11 +137,12 @@ Don't delete the /debootstrap directory in the target after completing the
installation.
.IP
.IP "\fB\-\-unpack\-tarball=FILE\fP"
-Acquire .debs from tarball FILE instead of downloading via http.
+Acquire .debs from gzipped tarball FILE (specified with absolute path)
+instead of downloading via http.
.IP
.IP "\fB\-\-make\-tarball=FILE\fP"
-Instead of bootstrapping, make a tarball (written to FILE) of the downloaded
-packages.
+Instead of bootstrapping, make a gzipped tarball (written to FILE) of the
+downloaded packages.
The resulting tarball may be passed to a later
.BR \-\-unpack\-tarball .
.IP
diff --git a/debootstrap b/debootstrap
index 083473d..1d5d5c6 100755
--- a/debootstrap
+++ b/debootstrap
@@ -550,7 +550,7 @@ fi
if [ "$UNPACK_TARBALL" ]; then
if [ "${UNPACK_TARBALL#/}" = "$UNPACK_TARBALL" ]; then
- error 1 TARPATH "Tarball must be given a complete path"
+ error 1 TARPATH "Tarball must be given an absolute path"
fi
if [ "${UNPACK_TARBALL%.tar}" != "$UNPACK_TARBALL" ]; then
(cd "$TARGET" && tar -xf "$UNPACK_TARBALL")
diff --git a/debootstrap.8 b/debootstrap.8
index e802003..699f1fd 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -137,11 +137,12 @@ Don't delete the /debootstrap directory in the target after completing the
installation.
.IP
.IP "\fB\-\-unpack\-tarball=FILE\fP"
-Acquire .debs from tarball FILE instead of downloading via http.
+Acquire .debs from gzipped tarball FILE (specified with absolute path)
+instead of downloading via http.
.IP
.IP "\fB\-\-make\-tarball=FILE\fP"
-Instead of bootstrapping, make a tarball (written to FILE) of the downloaded
-packages.
+Instead of bootstrapping, make a gzipped tarball (written to FILE) of the
+downloaded packages.
The resulting tarball may be passed to a later
.BR \-\-unpack\-tarball .
.IP
--
Regards,
Hideki Yamane henrich @ debian.org/iijmio-mail.jp
Regards,
Hideki Yamane henrich @ debian.org/iijmio-mail.jp