mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-07-15 10:20:51 +00:00
846e611772
The Ubuntu live-server install media is not a complete apt package mirror. With the generated apt configuration pinned to the media only, an install that needs a package absent from the media stalls instead of fetching it. Emit an online-mirror apt configuration when one is configured (site.ubuntu_apt_mirror) so missing packages are retrieved from the archive; offline behaviour is unchanged when it is unset. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>