nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.27k stars 132 forks source link

Kernel and boot files: fix usage of custom files #1298

Closed francescolavra closed 2 years ago

francescolavra commented 2 years ago

Since commit 8f40b6a61985dee97c2006b747fbc5227819cf01, specifying a custom kernel or boot file in config.json no longer works, because these file paths are overwritten with the paths from the current Nanos release. This commit fixes the above issue so that file paths specified in config.json are only overwritten if a Nanos version (or a nightly build) is specified by the user.