Merging casper 1.233.
[live-boot-grml.git] / scripts / live-bottom / 24preseed
index 9a77ef5..fb980bd 100755 (executable)
@@ -58,9 +58,14 @@ fi
 
 if db_get preseed/early_command && [ "$RET" ]
 then
+       start_network
+       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