mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-24 00:34:02 +00:00
a711f6c1e1
compute.subiquity.tmpl named a fixed package set, so the osimage pkglist took effect only when ospkgs ran after the first boot. The packages list now ends with the autoinstall token, so the pkglist packages install from the configured apt mirror during the autoinstall. The fixed set stays, so a node installs the same packages as before plus its pkglist. The apt sources the installer gets for the pkgdir mirrors and the otherpkgs repository are removed from the target at the end of the install. ospkgs and otherpkgs write their own after the first boot, and a second source for one repository with other options makes apt refuse the whole list. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>