Set Dir::Etc::SourceParts empty to avoid using host sources.list.d
This commit is contained in:
parent
4ae9e72def
commit
b299d35a9a
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue