Skip to content

Commit

Permalink
virtme_ng: update virtme_ng_init submodule to fix network init
Browse files Browse the repository at this point in the history
This commit updates the virtme_ng_init submodule to pick up a change to
fix guest networking.

When executing vng with the '--root' option, specifying an alternative
root directory as well as the '--network user' option, networking fails
due to the network interface being down.

This is ultimately due to virtme mounting the guesttools dir on /run,
then the virtme_ng_init process remounting /run, removing access to the
necessary network initialization script.

Signed-off-by: Neill Kapron <[email protected]>
  • Loading branch information
nkapron committed Jan 2, 2024
1 parent c6deae5 commit a52dc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtme_ng_init
Submodule virtme_ng_init updated 1 files
+15 −0 src/main.rs

0 comments on commit a52dc70

Please sign in to comment.