@@ -32,7 +32,7 @@ weight: 6
3232- [ Filesystem sharing] ( #filesystem-sharing )
3333 - [ "Filesystem is slow"] ( #filesystem-is-slow )
3434 - [ "Filesystem is not writable"] ( #filesystem-is-not-writable )
35- - [ "Filesystem is unmounted after upgrading Lima to v1.0 (pre-release) "] ( #filesystem-is-unmounted-after-upgrading-lima-to-v10-pre-release )
35+ - [ "Filesystem is unmounted after upgrading Lima to v1.0"] ( #filesystem-is-unmounted-after-upgrading-lima-to-v10 )
3636- [ External projects] ( #external-projects )
3737 - [ "I am using Rancher Desktop. How to deal with the underlying Lima?"] ( #i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima )
3838- [ "Hints for debugging other problems?"] ( #hints-for-debugging-other-problems )
@@ -42,9 +42,9 @@ weight: 6
4242### Generic
4343#### "How does Lima work?"
4444
45- - Hypervisor: [ QEMU with HVF accelerator (default), or Virtualization.framework] ( ../config/vmtype/ )
46- - Filesystem sharing: [ Reverse SSHFS (default), or virtio-9p-pci aka virtfs, or virtiofs] ( ../config/mount/ )
47- - Port forwarding: ` ssh -L ` , automated by watching ` /proc/net/tcp ` and ` iptables ` events in the guest
45+ - Hypervisor: [ QEMU (default on Linux ), or Virtualization.framework (default on macOS) ] ( ../config/vmtype/ )
46+ - Filesystem sharing: [ Reverse SSHFS, virtio-9p-pci aka virtfs (default for QEMU) , or virtiofs (default for Virtualization.framework) ] ( ../config/mount/ )
47+ - Port forwarding: [ ` ssh -L ` ] ( ../config/port ) , automated by watching ` /proc/net/tcp ` and ` iptables ` events in the guest
4848
4949#### "What's my login password?"
5050Password is disabled and locked by default.
@@ -53,7 +53,7 @@ You have to use `limactl shell bash` (or `lima bash`) to open a shell.
5353Alternatively, you may also directly ssh into the guest: ` ssh -p 60022 -i ~/.lima/_config/user -o NoHostAuthenticationForLocalhost=yes 127.0.0.1 ` .
5454
5555#### "Does Lima work on ARM Mac?"
56- Yes, it should work, but not regularly tested on ARM (due to lack of CI).
56+ Yes
5757
5858#### "Can I run non-Ubuntu guests?"
5959AlmaLinux, Alpine, Arch Linux, Debian, Fedora, openSUSE, Oracle Linux, and Rocky are also known to work.
@@ -231,9 +231,9 @@ mounts:
231231
232232Run `limactl edit <INSTANCE>` to open the YAML editor for an existing instance.
233233
234- # ### "Filesystem is unmounted after upgrading Lima to v1.0 (pre-release) "
234+ # ### "Filesystem is unmounted after upgrading Lima to v1.0"
235235
236- Lima v1.0 (pre-release) changed the default mount type for QEMU from `reverse-sshfs` to `9p`.
236+ Lima v1.0 changed the default mount type for QEMU from `reverse-sshfs` to `9p`.
237237
238238The `9p` mount type is known to be incompatible with the following guest operating systems :
239239- AlmaLinux, CentOS Stream, Oracle Linux, and RockyLinux
0 commit comments