Inform users about CONFIG_DHCP=no when running from harddisk
authorMichael Prokop <mika@grml.org>
Thu, 12 Jul 2007 13:32:43 +0000 (15:32 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 12 Jul 2007 13:32:43 +0000 (15:32 +0200)
autoconfig.functions
debian/changelog

index fe4caf5..39b7050 100755 (executable)
@@ -1169,6 +1169,10 @@ else
     sleep 1
     eend 0
   done
     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
 }
 # }}}
 fi
 }
 # }}}
index af84860..cd4efb1 100644 (file)
@@ -1,3 +1,9 @@
+grml-autoconfig (0.7.8) unstable; urgency=low
+
+  * Inform users about CONFIG_DHCP=no when running from harddisk.
+
+ -- Michael Prokop <mika@grml.org>  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
 grml-autoconfig (0.7.7) unstable; urgency=low
 
   * config_mixer: check for /proc/asound/cards before trying to