Virtualbox guest additions support
Attempting to run the guest additions installer gets as far as
vagrant@guixsd ~$ sudo /mnt/VBoxLinuxAdditions.run --nox11
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.22 Guest Additions for Linux........
VirtualBox Guest Additions installer
Unable to determine correct library path.
This appears to be because it assumes the existence of ldconfig, which isn't true on Guix as there's no system-wide ld.so config.
See https://git.sr.ht/~bosco/guix/tree/2312dd82e4e35436e038ab0db68fdd559f7ba859/item/nongnu/packages/linux-vbox.scm
https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes-to-guix-containers/ might help for building this
See https://git.sr.ht/~bosco/guix/tree/2312dd82e4e35436e038ab0db68fdd559f7ba859/item/nongnu/packages/linux-vbox.scm
Hello, I tested this using guix system vm but got this:
Any success running it? Thanks in advance!
No, haven't touched this code for some time.