Merging casper 1.236.
[live-boot-grml.git] / scripts / live-bottom / 24preseed
index 68f97b9..1f5c513 100755 (executable)
@@ -58,13 +58,14 @@ fi
 
 if db_get preseed/early_command && [ "$RET" ]
 then
+       EARLY="$RET"
        if db_get preseed/allow-network && [ "$RET" = true ]; then
                start_network
        fi
 
        DEBIAN_HAS_FRONTEND= DEBCONF_REDIR= \
        DEBIAN_FRONTEND=noninteractive \
-       sh -c "$RET"
+       sh -c "$EARLY"
 fi
 
 stop_network