Initial commit

This commit is contained in:
Val Packett 2025-09-25 22:29:24 -03:00
commit 4602228be9
13 changed files with 451 additions and 0 deletions

4
munix-init-user Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
PATH=$MICROVM_CLOSURE/sw/bin
mkdir -p ~/.var/log
wayland-proxy-virtwl --virtio-gpu >~/.var/log/wayland-proxy.log 2>&1 &