Merging casper 1.234.
[live-boot-grml.git] / scripts / live-bottom / 24preseed
index 9a77ef5..68f97b9 100755 (executable)
@@ -58,9 +58,17 @@ fi
 
 if db_get preseed/early_command && [ "$RET" ]
 then
+       if db_get preseed/allow-network && [ "$RET" = true ]; then
+               start_network
+       fi
+
+       DEBIAN_HAS_FRONTEND= DEBCONF_REDIR= \
+       DEBIAN_FRONTEND=noninteractive \
        sh -c "$RET"
 fi
 
+stop_network
+
 # Clear out debconf database backup files to save memory.
 rm -f /root/var/cache/debconf/*.dat-old