summaryrefslogtreecommitdiff
path: root/scripts/live-bottom
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-01 14:30:50 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:09 +0100
commitb7d8cc3bdbfb83bf203baab832cde1f846c8ee9d (patch)
tree0409fca269c6a658c200b53c4000b51c4df84520 /scripts/live-bottom
parent6b23d230e10c2ba5d06828748123f3bff8ba5685 (diff)
downloadlive-boot-b7d8cc3bdbfb83bf203baab832cde1f846c8ee9d.tar.gz
live-boot-b7d8cc3bdbfb83bf203baab832cde1f846c8ee9d.zip
Merging casper 1.235.
Diffstat (limited to 'scripts/live-bottom')
-rwxr-xr-xscripts/live-bottom/24preseed3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/live-bottom/24preseed b/scripts/live-bottom/24preseed
index 68f97b9..1f5c513 100755
--- a/scripts/live-bottom/24preseed
+++ b/scripts/live-bottom/24preseed
@@ -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