Skip to content

wsl2 driver shouldn't require a WSL2 instance to preexist #1902

Open
@AkihiroSuda

Description

@AkihiroSuda

- name: Install WSL2 distro
timeout-minutes: 3
run: |
# FIXME: At least one distro has to be installed here,
# otherwise `wsl --list --verbose` (called from Lima) fails:
# https://github.com/lima-vm/lima/pull/1826#issuecomment-1729993334
# The distro image itself is not consumed by Lima.
# ------------------------------------------------------------------
# Ubuntu-22.04: gets stuck in some infinite loop during adduser
# OracleLinux_9_1: almostly silently fails, and just prints "Usage: adduser [options] LOGIN"
wsl --install -d openSUSE-Leap-15.5
wsl --list --verbose

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