Commit abc4c7ec authored by jan.koester's avatar jan.koester
Browse files

test

parent 64f5bfd0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
blogi (20260521+8) unstable; urgency=medium

  * Fix musl-clang++ and musl-clang wrappers: add CRT objects (crt1.o,
    crti.o, crtn.o) to -nostdlib link step — fixes entry point 0x0 SEGV
  * Build self-contained chroot rootfs at /opt/blogi with all musl libs
  * Remove User= from nspawn config, blogi handles privilege dropping
  * Add /etc/passwd and /etc/group to container rootfs for libuuidp
  * Create /var/log/blogi directory in container rootfs

 -- Jan Koester <jan.koester@tuxist.de>  Wed, 21 May 2026 15:00:00 +0200

blogi (20260521+7) unstable; urgency=medium

  * Run blogi in systemd-nspawn container for isolation