--- library.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library.sh b/library.sh index e40b51c..a89d7db 100644 --- a/library.sh +++ b/library.sh @@ -181,6 +181,8 @@ Acquire::https::Verify-Peer "false"; EOT fi + [ ! -d "$DPKG_CONFDIR" ] && mkdir -p "$DPKG_CONFDIR" + # Disable all syncing; it's unnecessary in an installation context, # and can slow things down quite a bit. # This file will be left in place until the end of the install. -- 1.8.5.3
-- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1393317227-31895-1-git-send-email-p...@debian.org