From b299d35a9a8b5395fbca28ce63cf5cf0b52bd562 Mon Sep 17 00:00:00 2001 From: David Trudgian <dave@trudgian.net> Date: Tue, 9 Jul 2019 14:07:31 -0500 Subject: [PATCH] Set Dir::Etc::SourceParts empty to avoid using host sources.list.d --- helpers/config | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/config b/helpers/config index 229efc426..86e6dbbac 100755 --- a/helpers/config +++ b/helpers/config @@ -81,6 +81,7 @@ cat << EOF > ${LOCAL_APT}/etc/apt.conf Dir::State "${LOCAL_APT}/var/lib/apt"; Dir::State::status "${LOCAL_APT}/var/lib/dpkg/status"; Dir::Etc::SourceList "${LOCAL_APT}/etc/apt.sources.list"; +Dir::Etc::SourceParts ""; Dir::Cache "${LOCAL_APT}/var/cache/apt"; pkgCacheGen::Essential "none"; Dir::Etc::Trusted "${LOCAL_APT}/etc/trusted.gpg"; -- GitLab