File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
arch : " x86_64"
6
6
- location : " https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-Cloud.qcow2"
7
7
arch : " aarch64"
8
- mountTypesUnsupported : ["9p"]
8
+ # Hint: to allow 9p and virtiofs, replace the `kernel-default-base` package with `kernel-default` and reboot the VM.
9
+ # https://github.com/lima-vm/lima/issues/3055
10
+ mountType : " reverse-sshfs"
11
+ mountTypesUnsupported : ["9p", "virtiofs"]
9
12
mounts :
10
13
- location : " ~"
11
14
- location : " /tmp/lima"
Original file line number Diff line number Diff line change 5
5
arch : " x86_64"
6
6
- location : " https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2"
7
7
arch : " aarch64"
8
- mountTypesUnsupported : ["9p"]
8
+ # Hint: to allow 9p and virtiofs, replace the `kernel-default-base` package with `kernel-default` and reboot the VM.
9
+ # https://github.com/lima-vm/lima/issues/3055
10
+ mountType : " reverse-sshfs"
11
+ mountTypesUnsupported : ["9p", "virtiofs"]
9
12
mounts :
10
13
- location : " ~"
11
14
- location : " /tmp/lima"
You can’t perform that action at this time.
0 commit comments