summaryrefslogtreecommitdiff
path: root/scripts/live-bottom
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-01 14:28:54 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:09 +0100
commite692c692d0dc9249603d0cf9d4f10677a1ae0a9c (patch)
tree797e3544848ceeaadddfe22e69f0b76f09734d05 /scripts/live-bottom
parentbc8bbae55934f78012714cd4694f527dc0b008dc (diff)
downloadlive-boot-e692c692d0dc9249603d0cf9d4f10677a1ae0a9c.tar.gz
live-boot-e692c692d0dc9249603d0cf9d4f10677a1ae0a9c.zip
Merging casper 1.233.
Diffstat (limited to 'scripts/live-bottom')
-rwxr-xr-xscripts/live-bottom/24preseed12
1 files changed, 5 insertions, 7 deletions
diff --git a/scripts/live-bottom/24preseed b/scripts/live-bottom/24preseed
index 60b9be6..fb980bd 100755
--- a/scripts/live-bottom/24preseed
+++ b/scripts/live-bottom/24preseed
@@ -58,16 +58,14 @@ fi
if db_get preseed/early_command && [ "$RET" ]
then
- echo 'APT::Keep-Fds { "3"; "4"; };' > /root/etc/apt/apt.conf.d/00-early-debconf
- DEBIAN_FRONTEND=passthrough \
- DEBCONF_READFD=3 \
- DEBCONF_WRITEFD=4 \
- DEBCONF_DB_REPLACE=configdb \
- DEBCONF_DB_OVERRIDE='Pipe{infd:none outfd:none}' \
+ start_network
+ DEBIAN_HAS_FRONTEND= DEBCONF_REDIR= \
+ DEBIAN_FRONTEND=noninteractive \
sh -c "$RET"
- rm -f /root/etc/apt/apt.conf.d/00-early-debconf
fi
+stop_network
+
# Clear out debconf database backup files to save memory.
rm -f /root/var/cache/debconf/*.dat-old