From: Michael Prokop Date: Thu, 12 Jul 2007 13:32:43 +0000 (+0200) Subject: Inform users about CONFIG_DHCP=no when running from harddisk X-Git-Tag: 0.7.8~1 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=3a6c1c2ec7cc1a6e5ead78b1f038b3ae885ecd2a Inform users about CONFIG_DHCP=no when running from harddisk --- diff --git a/autoconfig.functions b/autoconfig.functions index fe4caf5..39b7050 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1169,6 +1169,10 @@ else sleep 1 eend 0 done + if [ -n "$INSTALLED" ] ; then + ewarn 'If you want to disable automatic DHCP requests set CONFIG_DHCP=no in /etc/grml/autoconfig.' + eend 0 + fi fi } # }}} diff --git a/debian/changelog b/debian/changelog index af84860..cd4efb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-autoconfig (0.7.8) unstable; urgency=low + + * Inform users about CONFIG_DHCP=no when running from harddisk. + + -- Michael Prokop Thu, 12 Jul 2007 15:31:38 +0200 + grml-autoconfig (0.7.7) unstable; urgency=low * config_mixer: check for /proc/asound/cards before trying to