Jim Cromie
Jim Cromie
1st fixes virtme-run --kdir
this is happening on my desktop, but not laptop. it happens on multiple virtme-ng versions and on multiple kernel versions, v6.11 for example. ``` [ 2.074391] virtme-ng-init: mount devtmpfs ->...
This: Commit 82d6331 arighi arighi committed 2 weeks ago setup.py: Build a static virtme-ng-init When using vng on a filesystem different than the host's filesystem (when `--root DIR` is used)...
report vng-init version info, as written to src/version.rs, by ../setup.py, using version.py's notion of VERSION. this yields: [jimc@gandalf virtme-ng]$ ./virtme/guest/bin/virtme-ng-init virtme-ng-init: must be run as PID 1 virtme-ng-init: Build Information:...
heres a very cheap attempt at getting some extra info from virtme-ng-init when it is run like a regular program. kernel-info isnt very useful, but I saw it and used...
# Context I wanted to set up service for occasional testing across 5 computers in home network, xinetd/inetd style, but systemd is the new way of doing things. A bit...