updated manpage and fix for apt-get command in chroot-script
authorMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 21:47:50 +0000 (22:47 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 3 Nov 2006 21:47:50 +0000 (22:47 +0100)
TODO
chroot-script
debian/grml-debootstrap.8

diff --git a/TODO b/TODO
index 053ac3b..aa0b712 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ Test matrix
 +----------------+-------------+--------------+
 | Sarge          |  untested   |  untested    |
 +----------------+-------------+--------------+
-| Etch           |  works      | <in_progress>|
+| Etch           |  works      |  works       |
 +----------------+-------------+--------------+
 | Sid            |  untested   |  untested    |
 +----------------+-------------+--------------+
index 9a2f8f5..cb90ebe 100644 (file)
@@ -34,7 +34,7 @@ if [ "$PACKAGES" = 'yes' ] ; then
      exit 1
    else
      apt-get update
-     apt-get --force-yes -y $(cat /etc/debootstrap/packages)
+     apt-get --force-yes -y install "$(cat /etc/debootstrap/packages)"
    fi
 fi
 
index 85efdac..1811c9a 100644 (file)
@@ -9,8 +9,9 @@ This manual page documents briefly the
 .B grml-debootstrap
 command.
 .PP
-\fBgrml-debootstrap\fP is a wrapper suite around deboostrap
-for installing a plain Debian system via grml very fast and easy.
+\fBgrml-debootstrap\fP is a wrapper suite around debootstrap
+(and cdebootstrap if you want) for installing a plain Debian
+system via grml very fast and easy.
 
 All you have to do is adjust a few variables in configuration
 file /etc/debootstrap/config and invoke grml-debootstrap without
@@ -41,6 +42,19 @@ Debian system you can place them into the (by default non-existing)
 directories boot, etc, share, usr and var in /etc/debootstrap/. Every
 existing directory will be copied to the new Debian system then.
 
+.SH SUPPORTED RELEASES
+.TP
+Current status:
+
+  +----------------+-------------+--------------+
+  | Release / Tool | debootstrap | cdebootstrap |
+  +----------------+-------------+--------------+
+  | Sarge          |  untested   |  untested    |
+  +----------------+-------------+--------------+
+  | Etch           |  works      |  works       |
+  +----------------+-------------+--------------+
+  | Sid            |  untested   |  untested    |
+  +----------------+-------------+--------------+
 .SH BUGS
 Probably. Please send bugreports to Michael Prokop <mika@grml.org>.
 .SH SEE ALSO