From: Michael Prokop Date: Mon, 13 Oct 2014 10:05:12 +0000 (+0200) Subject: docs: simplify table of supported releases, mention lenny issue X-Git-Tag: v0.67~14 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=75be5c331f84328f189d3ae622e2b35de1ce23f8;ds=sidebyside docs: simplify table of supported releases, mention lenny issue We don't usually test with cdebootstrap, so there's no point in listing this any longer. While at it switch to the new asciidoc table format. --- diff --git a/grml-debootstrap.8.txt b/grml-debootstrap.8.txt index fa68864..bfb38cc 100644 --- a/grml-debootstrap.8.txt +++ b/grml-debootstrap.8.txt @@ -383,6 +383,18 @@ default (http://http.debian.net/debian) doesn't provide it any longer nowadays. Set the mirror to e.g. http://archive.debian.org/debian/ if you don't have your own lenny mirror. +Also when debootstrapping lenny on a live system with a kernel version +like "3.16-1-grml-amd64" lenny's libc will fail to install with: + + [...] + /var/lib/dpkg/tmp.ci/preinst: line 265: [: 3.16-1-grml-amd64: integery expression expected + /var/lib/dpkg/tmp.ci/preinst: line 231: 3.16-1-grml-amd64: syntax error: invalid arithemtic operator (error token is ".16-1-grml-amd64") + dpkg: error processing /var/cache/apt/archives/libc6_2.7-18lenny7_amd64.deb (--install): + [....] + +To workaround this either debootstrap from a system with an according +kernel version or use the "fake uname" workaround (just google for it). + When installing lenny to a new mdraid, grml-debootstrap will use md metadata format version 0.90. This limits the device to a maximum size of 2TB, but has the advantage of grub-legacy actually being able to boot from it. diff --git a/releasetable-man.txt b/releasetable-man.txt index 05fdd26..7781d2c 100644 --- a/releasetable-man.txt +++ b/releasetable-man.txt @@ -1,4 +1,4 @@ -Current status (as of 2014-04-19): +Current status (as of 2014-10-13): +----------------+-------------+ | Release / Tool | debootstrap | @@ -9,7 +9,7 @@ Current status (as of 2014-04-19): +----------------+-------------+ | wheezy | works | +----------------+-------------+ - | jessie | works [2] | + | jessie | works | +----------------+-------------+ | sid | works [2] | +----------------+-------------+ diff --git a/releasetable.txt b/releasetable.txt index c8eaae4..7960030 100644 --- a/releasetable.txt +++ b/releasetable.txt @@ -1,11 +1,10 @@ .Current status -[grid="all"] -'---------.-----------------.--------------- -Release / Tool debootstrap cdebootstrap --------------------------------------------- -Lenny works [1] works [1] -Squeeze works works -Wheezy works works -Jessie works works -Sid works [2] works [2] --------------------------------------------- +[width="40%",frame="topbot",options="header"] +|====================== +|Release |Status +|lenny |works[1] +|squeeze |works +|wheezy |works +|jessie |works +|sid |works[2] +|======================