X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F24preseed;h=60b9be6035be6318ab87126932346bf70a0d2c6f;hb=613393eef8be213c8859b2d7a2f6334cb82bd52b;hp=9a77ef5cb93d8464d2980b9a4351310bdf44659c;hpb=c967ebfc4e43fb16a0c2c140c66900712be95ab7;p=live-boot-grml.git diff --git a/scripts/live-bottom/24preseed b/scripts/live-bottom/24preseed index 9a77ef5..60b9be6 100755 --- a/scripts/live-bottom/24preseed +++ b/scripts/live-bottom/24preseed @@ -58,7 +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}' \ sh -c "$RET" + rm -f /root/etc/apt/apt.conf.d/00-early-debconf fi # Clear out debconf database backup files to save memory.