Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/templates/_images/opensuse-leap-15.yaml
2678 views
1
images:
2
# Hint: run `limactl prune` to invalidate the Current cache
3
4
- location: https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2
5
arch: x86_64
6
7
- location: https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2
8
arch: aarch64
9
10
# Hint: to allow 9p and virtiofs, replace the `kernel-default-base` package with `kernel-default` and reboot the VM.
11
# https://github.com/lima-vm/lima/issues/3055
12
mountType: reverse-sshfs
13
14
mountTypesUnsupported: [9p, virtiofs]
15
16