From 03a19d66489c0cd75e72b57d3f49c2f01dc42b04 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 3 Nov 2006 22:47:50 +0100 Subject: [PATCH] updated manpage and fix for apt-get command in chroot-script --- TODO | 2 +- chroot-script | 2 +- debian/grml-debootstrap.8 | 18 ++++++++++++++++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 053ac3b..aa0b712 100644 --- a/TODO +++ b/TODO @@ -14,7 +14,7 @@ Test matrix +----------------+-------------+--------------+ | Sarge | untested | untested | +----------------+-------------+--------------+ -| Etch | works | | +| Etch | works | works | +----------------+-------------+--------------+ | Sid | untested | untested | +----------------+-------------+--------------+ diff --git a/chroot-script b/chroot-script index 9a2f8f5..cb90ebe 100644 --- a/chroot-script +++ b/chroot-script @@ -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 diff --git a/debian/grml-debootstrap.8 b/debian/grml-debootstrap.8 index 85efdac..1811c9a 100644 --- a/debian/grml-debootstrap.8 +++ b/debian/grml-debootstrap.8 @@ -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 . .SH SEE ALSO -- 2.1.4