From 3a6c1c2ec7cc1a6e5ead78b1f038b3ae885ecd2a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 12 Jul 2007 15:32:43 +0200 Subject: [PATCH] Inform users about CONFIG_DHCP=no when running from harddisk --- autoconfig.functions | 4 ++++ debian/changelog | 6 ++++++ 2 files changed, 10 insertions(+) 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 -- 2.1.4