forked from danobi/vmtest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently all kernel target commands use host environment variables. However, init.sh uses a hard coded $PATH. This gap is most noticible on nix/nixos systems b/c nothing exists in the hard coded path. So kernel target guests are unable to find qemu-ga. Plug this gap by templatizing init.sh and filling in with host $PATH. Note init.sh.template now needs to be careful about escaping `{`, as that's reserved by TinyTemplate now. This closes danobi#79.
- Loading branch information
Showing
4 changed files
with
44 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters