From 39563a562d5225615961fe23573c15d9e2f5a79c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 6 Nov 2006 15:34:40 +0100 Subject: [PATCH] tested with cdebootstrap for sid, works as well - release new version 0.2 --- TODO | 1 - chroot-script | 2 +- debian/control | 8 ++++---- debian/grml-debootstrap.8 | 2 +- grml-debootstrap | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index f7d8e41..377f2b0 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ TODO list for grml-debootstrap ------------------------------ -* fix the "Could not find devices for /boot: Not found or not a block device." problem in sarge * support tarballs for customization * support automatic installation of grml core packages * support bootoption debian2hd for installation through bootoption diff --git a/chroot-script b/chroot-script index c4d809a..675f9ec 100644 --- a/chroot-script +++ b/chroot-script @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Nov 06 12:31:50 CET 2006 [mika] +# Latest change: Mon Nov 06 15:33:28 CET 2006 [mika] ################################################################################ set -e # exit on any error diff --git a/debian/control b/debian/control index 995bb57..335c6e4 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Description: wrapper around debootstrap for installing plain Debian via grml A plain and base Debian system will be installed on the given device then. Customization of this process is possible as well. . - Supported releases: - * Sarge - * Etch - * Sid + Supported Debian GNU/Linux releases: + * Sarge (3.1) + * Etch (4.0) + * Sid (4.0 unstable) diff --git a/debian/grml-debootstrap.8 b/debian/grml-debootstrap.8 index 25ad3c9..196ec69 100644 --- a/debian/grml-debootstrap.8 +++ b/debian/grml-debootstrap.8 @@ -53,7 +53,7 @@ Current status: +----------------+-------------+-----------------+ | Etch | works | works | +----------------+-------------+-----------------+ - | Sid | works | untested | + | Sid | works | works | +----------------+-------------+-----------------+ .SH BUGS Probably. Please send bugreports to Michael Prokop . diff --git a/grml-debootstrap b/grml-debootstrap index 617d5af..2fd9a1d 100644 --- a/grml-debootstrap +++ b/grml-debootstrap @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Nov 06 13:45:41 CET 2006 [mika] +# Latest change: Mon Nov 06 15:33:14 CET 2006 [mika] ################################################################################ # http://www.debian.org/releases/stable/i386/apcs04.html.en @@ -13,7 +13,7 @@ set -e # exit on any error . /etc/grml/lsb-functions . /etc/grml/script-functions -VERSION='0.1' +VERSION='0.2' case $* in -h*|--h*) -- 2.1.4