mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-25 09:14:05 +00:00
915d8364b5
The sbuild chroots bind-mount /var/lib/sbuild/build on /build, so every session of every chroot sees the same directory. Staging the builder there let two builds running at once overwrite each other's copy: one of them read a half-written script and stopped with "-get: command not found". The output of an earlier run stayed in it too, so a build collected another codename's deb and left 1.9 GB on the build host. Stage under /xcat-genesis-build instead. It lives in the session overlay and goes away with the session. 26.04 also moved the backward-compatibility zone names out of tzdata into tzdata-legacy, and the dracut module names 106 of them. Install it where apt has it. The three images (jammy 180 MB, noble 328 MB, resolute 432 MB) build with no error in any log. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>