ilbers / isar

Integration System for Automated Root filesystem generation
Other
178 stars 72 forks source link

Override DISTRO_APT_SOURCE in local.conf? #20

Closed ismagulb closed 5 years ago

ismagulb commented 7 years ago

What I noticed is that I cannot overwrite DISTRO_APT_SOURCE in local.conf with a local mirror because of

DISTRO_APT_SOURCE = "..."

Any reason why we should not make them all

DISTRO_APT_SOURCE ??= "..."

? Or is the plan rather to allow setting a set of mirrors and let the machinery pull from them when available, without local.conf overwrites?

ismagulb commented 5 years ago

Achievable via DISTRO_APT_PREMIRRORS.