]> git.ipfire.org Git - thirdparty/mkosi.git/commit
apt: Set "Dir" instead of "Dir::Etc" and set it via APT_CONFIG 1625/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 11 Jun 2023 19:55:06 +0000 (21:55 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 11 Jun 2023 20:05:10 +0000 (22:05 +0200)
commit652bc5d307c082dfec73889543659d9742354b67
treeab53f485d52566370fb96029c383842135c887b9
parent776a5b19b2a4af7aa64ff02ef788b96e532ec9ff
apt: Set "Dir" instead of "Dir::Etc" and set it via APT_CONFIG

We need to use APT_CONFIG to set "Dir" as otherwise the value of "Dir"
won't be taken into account by apt when looking for configuration files
as options set via the CLI are applied last after parsing the apt
configuration files.
mkosi/distributions/debian.py