arighi / virtme-ng

Quickly build and run kernels inside a virtualized snapshot of your live system
GNU General Public License v2.0
417 stars 45 forks source link

Two fixes for small issues encountered with "--build-host" #154

Closed brenns10 closed 1 month ago

brenns10 commented 1 month ago

I encountered two issues while using vng --build --build-host and thought I'd fix them up. One is due to my use of git worktrees (so the .git is not a directory), and the other was an issue that came up due to the first-time git push to my build host.

Thanks for this project, it's really convenient :)