Skip to content

Commit 377c23c

Browse files
committed
Fix toc level of VZ generic category
It was indented wrong, causing it to show up in the menu. Rerun "doctoc" to fix the whitespace in the list as well. Signed-off-by: Anders F Björklund <[email protected]>
1 parent 7de95ca commit 377c23c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -310,30 +310,30 @@ The current default spec:
310310
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
311311
### Generic
312312

313-
- [Generic](#generic)
314-
- ["What's my login password?"](#whats-my-login-password)
315-
- ["Does Lima work on ARM Mac?"](#does-lima-work-on-arm-mac)
316-
- ["Can I run non-Ubuntu guests?"](#can-i-run-non-ubuntu-guests)
317-
- ["Can I run other container engines such as Docker and Podman? What about Kubernetes?"](#can-i-run-other-container-engines-such-as-docker-and-podman-what-about-kubernetes)
318-
- ["Can I run Lima with a remote Linux machine?"](#can-i-run-lima-with-a-remote-linux-machine)
319-
- ["Advantages compared to Docker for Mac?"](#advantages-compared-to-docker-for-mac)
320-
- [QEMU](#qemu)
321-
- ["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error)
322-
- ["QEMU is slow"](#qemu-is-slow)
323-
- [error "killed -9"](#error-killed--9)
324-
- ["QEMU crashes with `vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed`"](#qemu-crashes-with-vmx_write_mem-mmu_gva_to_gpa-xxxxxxxxxxxxxxxx-failed)
313+
- [Generic](#generic)
314+
- ["What's my login password?"](#whats-my-login-password)
315+
- ["Does Lima work on ARM Mac?"](#does-lima-work-on-arm-mac)
316+
- ["Can I run non-Ubuntu guests?"](#can-i-run-non-ubuntu-guests)
317+
- ["Can I run other container engines such as Docker and Podman? What about Kubernetes?"](#can-i-run-other-container-engines-such-as-docker-and-podman-what-about-kubernetes)
318+
- ["Can I run Lima with a remote Linux machine?"](#can-i-run-lima-with-a-remote-linux-machine)
319+
- ["Advantages compared to Docker for Mac?"](#advantages-compared-to-docker-for-mac)
320+
- [QEMU](#qemu)
321+
- ["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error)
322+
- ["QEMU is slow"](#qemu-is-slow)
323+
- [error "killed -9"](#error-killed--9)
324+
- ["QEMU crashes with `vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed`"](#qemu-crashes-with-vmx_write_mem-mmu_gva_to_gpa-xxxxxxxxxxxxxxxx-failed)
325325
- [VZ](#vz)
326-
- ["Lima gets stuck at `Installing rosetta...`"](#lima-gets-stuck-at-installing-rosetta)
327-
- [Networking](#networking)
328-
- ["Cannot access the guest IP 192.168.5.15 from the host"](#cannot-access-the-guest-ip-192168515-from-the-host)
329-
- ["Ping shows duplicate packets and massive response times"](#ping-shows-duplicate-packets-and-massive-response-times)
330-
- ["IP address is not assigined for vmnet networks"](#ip-address-is-not-assigined-for-vmnet-networks)
331-
- [Filesystem sharing](#filesystem-sharing)
332-
- ["Filesystem is slow"](#filesystem-is-slow)
333-
- ["Filesystem is not writable"](#filesystem-is-not-writable)
334-
- [External projects](#external-projects)
335-
- ["I am using Rancher Desktop. How to deal with the underlying Lima?"](#i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima)
336-
- ["Hints for debugging other problems?"](#hints-for-debugging-other-problems)
326+
- ["Lima gets stuck at `Installing rosetta...`"](#lima-gets-stuck-at-installing-rosetta)
327+
- [Networking](#networking)
328+
- ["Cannot access the guest IP 192.168.5.15 from the host"](#cannot-access-the-guest-ip-192168515-from-the-host)
329+
- ["Ping shows duplicate packets and massive response times"](#ping-shows-duplicate-packets-and-massive-response-times)
330+
- ["IP address is not assigined for vmnet networks"](#ip-address-is-not-assigined-for-vmnet-networks)
331+
- [Filesystem sharing](#filesystem-sharing)
332+
- ["Filesystem is slow"](#filesystem-is-slow)
333+
- ["Filesystem is not writable"](#filesystem-is-not-writable)
334+
- [External projects](#external-projects)
335+
- ["I am using Rancher Desktop. How to deal with the underlying Lima?"](#i-am-using-rancher-desktop-how-to-deal-with-the-underlying-lima)
336+
- ["Hints for debugging other problems?"](#hints-for-debugging-other-problems)
337337

338338
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
339339
### Generic
@@ -443,7 +443,7 @@ A workaround is to set environment variable `QEMU_SYSTEM_X86_64="qemu-system-x86
443443

444444
https://bugs.launchpad.net/qemu/+bug/1838390
445445

446-
## VZ
446+
### VZ
447447
#### "Lima gets stuck at `Installing rosetta...`"
448448

449449
Try `softwareupdate --install-rosetta` from a terminal.

0 commit comments

Comments
 (0)