From: Michael Prokop Date: Mon, 3 Aug 2009 20:55:46 +0000 (+0200) Subject: Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf X-Git-Tag: v0.9.20~9 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=a76334b26f977c3106d2f5f3b4a0094bac253a1c Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf --- diff --git a/debian/changelog b/debian/changelog index d4585f4..cec4fbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,11 +24,14 @@ grml-live (0.9.20) UNRELEASED; urgency=low * buildd: - add support for building squeeze based ISOs. - add cronjob based on what the grml team is using at daily.grml.org + - use '-a' instead of '-rltD' as rsync option to sync logs + - use timestamp with hour, minute and second to match with FAI style * /etc/grml/fai/config/hooks/updatebase.GRMLBASE: install apt configuration also when updating the chroot (this happens if we have a base.tgz available on fresh installations). + * Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf. - -- Michael Prokop Mon, 03 Aug 2009 21:13:08 +0200 + -- Michael Prokop Mon, 03 Aug 2009 22:55:21 +0200 grml-live (0.9.19) unstable; urgency=low diff --git a/etc/grml/fai/fai.conf b/etc/grml/fai/fai.conf index f37a52e..fb2a19e 100644 --- a/etc/grml/fai/fai.conf +++ b/etc/grml/fai/fai.conf @@ -36,3 +36,7 @@ MNTPOINT=/media/mirror # the local configuration directory on the install client #FAI=/var/lib/fai/config FAI=/etc/grml/fai/config + +# errors greater STOP_ON_ERROR will cause fai to stop the installation +# default: 700 +#STOP_ON_ERROR=300