2bf2cedede
Today we don't resolve symlinks relative to the rootfs of the container as ContainerizationOS.Mount did not handle this. This means trying to mount something at /var/run (which typically is a symlink to /run in most cases) would resolve to /run in the root of the VM. This change adds some logic to handle this. ``` ➜ ./bin/cctl run --kernel bin/kernel.arm64 --mount /Users/dcantah/foo:/var/run/foo bash root@sandbox-vm:/# ls var/run/foo/ howdy ```
OS
This target contains general useful OS related definitions or wrappers.