You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to fix arm64 libc sigsegv issue by installing qemu 6.2.0-26
For some reason the most recent qemu (9.x) generates a sigsegv in
arm64 when installing (post) libc-bin in the guest image.
Implement pre_command
pre_command executed during setup, which now does:
- go to working-directory
- pre_command
- dependencies_debian
This makes pre_command more flexible, and gives it the opportunity to
affect debian repositories.
Fixes#11