Skip to content

Commit f082bab

Browse files
authored
Merge pull request #3056 from AkihiroSuda/fix-3055
template: opensuse: virtiofs is not supported
2 parents 4b2f267 + c4e88ab commit f082bab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

templates/experimental/opensuse-tumbleweed.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ images:
55
arch: "x86_64"
66
- location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-Cloud.qcow2"
77
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"]
912
mounts:
1013
- location: "~"
1114
- location: "/tmp/lima"

templates/opensuse-leap.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ images:
55
arch: "x86_64"
66
- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2"
77
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"]
912
mounts:
1013
- location: "~"
1114
- location: "/tmp/lima"

0 commit comments

Comments
 (0)