Add note regarding configuration settings into grml-autoconfig script v0.9.0
authorMichael Prokop <mika@grml.org>
Thu, 29 Oct 2009 12:51:03 +0000 (13:51 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 29 Oct 2009 12:51:03 +0000 (13:51 +0100)
debian/changelog
sbin/grml-autoconfig

index b3720b9..507f252 100644 (file)
@@ -1,8 +1,10 @@
-grml-autoconfig (0.8.41) unstable; urgency=low
+grml-autoconfig (0.9.0) unstable; urgency=low
 
   * Drop usage of $UID in scripts.
 
   * Drop usage of $UID in scripts.
+  * Add note regarding configuration settings into the interactive
+    grml-autoconfig script.
 
 
- -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 13:13:05 +0100
+ -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 13:50:07 +0100
 
 grml-autoconfig (0.8.40) unstable; urgency=low
 
 
 grml-autoconfig (0.8.40) unstable; urgency=low
 
index 03ad905..dcb679a 100755 (executable)
@@ -70,10 +70,15 @@ detection, activation of system services and this is the
 interface to activate or deactivate some features.
 
 If you do not know what to do at this stage just leave it untouched,
 interface to activate or deactivate some features.
 
 If you do not know what to do at this stage just leave it untouched,
-the defaults are the recommended values.
+the defaults represent the recommended values.
 
 
-All the configuration happens in the file /etc/grml/autoconfig.local - you can
-edit it manually as well.
+All the configuration happens in the file /etc/grml/autoconfig.local -
+you can edit the file manually as well.
+
+Please do not confuse these settings with plain Debian configuration.
+For example disabling dhcp here will NOT deactivate any configured network
+settings in /etc/network/interfaces, it just configures grml-autoconfig
+related settings instead.
 " 0 0 0 \
 dhcp "check for network devices and run pump (get ip-address via DHCP)" $DHCPSTATUS \
 fstab "update /etc/fstab entries (check for devices)" $FSTABSTATUS \
 " 0 0 0 \
 dhcp "check for network devices and run pump (get ip-address via DHCP)" $DHCPSTATUS \
 fstab "update /etc/fstab entries (check for devices)" $FSTABSTATUS \