Added tag 0.7.26 for changeset abafae464699637bcdb1b7a074849ecb1b5290de
[grml-autoconfig.git] / grml-autoconfig
index 2369a3a..a422696 100755 (executable)
@@ -89,6 +89,8 @@ else
   echo "6" > /proc/sys/kernel/printk ; eend $?
 fi
 
+checkvalue $CONFIG_SYSLOG && config_syslog
+
 if checkbootparam "forensic" ; then
    eerror "Bootopion forensic found. Important notice!"
    eerror " Do *not* boot with something like 'grml forensic ...' but with 'forensic ...' instead!"
@@ -202,8 +204,6 @@ checkvalue $CONFIG_DHCP && config_dhcp
 
 [ -n "$SPLASH" ] && /usr/bin/grml-bootsplash "|||||||">/dev/tty14
 
-checkvalue $CONFIG_SYSLOG && config_syslog
-
 checkvalue $CONFIG_CPU && config_cpu
 
 checkvalue $CONFIG_SSH && config_ssh