X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F24preseed;h=1f5c513067aa4d5615ce3164eb8c1e3d819fdb1b;hb=29c5edc37612c351083a5a2fbe034dbeb31dfb55;hp=fb980bd9259a1d989a531f2d7f7f7c6d83f75140;hpb=e692c692d0dc9249603d0cf9d4f10677a1ae0a9c;p=live-boot-grml.git diff --git a/scripts/live-bottom/24preseed b/scripts/live-bottom/24preseed index fb980bd..1f5c513 100755 --- a/scripts/live-bottom/24preseed +++ b/scripts/live-bottom/24preseed @@ -58,10 +58,14 @@ fi if db_get preseed/early_command && [ "$RET" ] then - start_network + 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