From: Michael Prokop Date: Wed, 4 Nov 2009 19:39:09 +0000 (+0100) Subject: Update for release 0.9.31. X-Git-Tag: v0.9.31^0 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b4f73ab53e181902cb12f8c38c5fc1e978298065 Update for release 0.9.31. --- diff --git a/debian/changelog b/debian/changelog index de9dce4..7966902 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,22 @@ -grml-live (0.9.31) UNRELEASED; urgency=low +grml-live (0.9.31) unstable; urgency=low [ Michael Prokop ] * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue. + * Update main fai config (update to what's shipped by FAI 3.3): + * Move 'FAI_CONFIGDIR=/etc/grml/fai/config' from fai.conf + to make-fai-nfsroot.conf and disable it by default as + only FAI_CONFIG_SRC is relevant nowadays. + * Disable irrelevant 'FAI=/etc/grml/fai/config' in fai.conf by + default. + * Drop dhcp-client from exclude option in $FAI_DEBOOTSTRAP_OPTS + in file make-fai-nfsroot.conf (sync with FAI upstram). [ Thorsten Glaser ] - * Update bootgrub.mksh to 20091104 + * Update bootgrub.mksh to 20091104. * Change manifold-boot ISO patch logic slightly to work better on - certain HP machines + certain HP machines. [Closes: issue757] - -- Thorsten Glaser Wed, 04 Nov 2009 13:58:13 +0100 + -- Michael Prokop Wed, 04 Nov 2009 20:30:30 +0100 grml-live (0.9.30) unstable; urgency=low @@ -128,7 +136,7 @@ grml-live (0.9.24) unstable; urgency=low [ Michael Prokop ] * Software related changes: - - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg + + - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg + openvas-server to GRML_FORENSIC. - Add stressapptest to GRML_FULL + GRML_FORENSIC. - Drop lcap (package is gone) from GRML_FORENSIC. diff --git a/grml-live b/grml-live index 4c5b39e..18f4e06 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.31-pre1' +GRML_LIVE_VERSION='0.9.31' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'