You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having difficulty trying to get my kickstart file to load while building a box. It was an erb file, which the documentation says is supported, when I renamed it back to .cfg, it worked fine.
Digging around in the code, it looks like the filename is being mangled for erb files:
I was having difficulty trying to get my kickstart file to load while building a box. It was an erb file, which the documentation says is supported, when I renamed it back to .cfg, it worked fine.
Digging around in the code, it looks like the filename is being mangled for erb files:
lib/veewee/provider/core/helper/web.rb:54:
Comenting that out seems to allow the files to be served, but I haven't tested yet if the files are processed properly when served.
Edit: this is with what was the latest HEAD at the time:
commit 58e4c5b
The text was updated successfully, but these errors were encountered: