- bash is provided by chroot-bash inside chroot
- upon installing checkdepends, bash will replace chroot-bash,
upon cleanup after checking, uninstall bash will render chroot
broken, see #23929
- check is failing on testIssue84 with both bash and chroot-bash,
I didn't bother to check why.
- bash is provided by chroot-bash inside chroot
- upon installing checkdepends, bash will replace chroot-bash,
upon cleanup after checking, uninstall bash will render chroot
broken, see #23929
the previous config was questionable to the point of being
generally useless, i doubt it really ran on any real hardware,
or at least i doubt it ran well
this new config is mostly based on opensuse tumbleweed's aarch64
config, with the suse bits ripped out, general non-driver/harwdare
choices synced with other void configs for other architectures
(stuff like security modules, hugepage settings, module settings,
and disablement of deprecated syscalls and drivers)
this is a 4k pages kernel, as that's the universal and reliable
option that won't have trouble with software and filesystems (old
kernel was 64k, which aarch64 supports but that has similar issues
to 64k kernels on other archs like POWER)
tested on solidrun honeycomb lx2k with EFI
The CMCFLAGS variable in Lua 5.4's Makefile specifies -Os by
default, apparently to shrink the code size of certain files.
However, at least on my machine that causes issues with valgrind,
rendering it practically unusable through hundreds of messages
about uninitialized memory.