Skip to content

[Windows] Many templates of Lima are not Windows compatible, when built on Windows #3316

Open
@arixmkii

Description

@arixmkii

Description

Right now templates for QEMU, which have mounts defined are not Windows compatible, because they have Unix absolute path entry "/tmp/lima". They have to be manually changed before they can be used.

Proposed solution:
Provide additional build step which will transform incompatible values into acceptable: something like "/tmp/lima" -> "C:\Temp\lima", which is definitely not imperfect, but somehow better.

So, then one can call command make binaries windows-templates and get templates transformed in _output directory.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions