mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-12 04:26:24 +00:00
eb587982e8
Ubuntu 20.04, 22.04 and 24.04 resolved the shared compute.pkglist on every architecture but x86_64 20.04, and that list names ntp for the releases before Subiquity. The Subiquity template installs chrony, and on these releases ntp pulls ntpsec, which conflicts with it, so one apt transaction with both cannot be satisfied and ospkgs replaced chrony after the first boot. Each of the three releases now has its own default list with chrony, the list 26.04 already had. The shared list keeps ntp for the releases where chrony was not the default. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>