docs: fix broken example

In coreos /mnt is a symlink to /vat/mnt and systemd does not like do use
the symlink for some reason. Simply fix the example to use /Users which
now works as we always create the directories even on /.

Fixes #24281

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2024-10-29 18:19:07 +01:00
parent 364761fc30
commit 2a0a52469c

View File

@ -194,9 +194,9 @@ Initialize the specified Podman machine overriding its memory size, pulling the
$ podman machine init --memory=1024 myvm
```
Initialize the default Podman machine with the host directory `/Users` mounted into the VM at `/mnt/Users`.
Initialize the default Podman machine with the host directory `/Users` mounted into the VM at `/Users`.
```
$ podman machine init -v /Users:/mnt/Users
$ podman machine init -v /Users:/Users
```
Initialize the default Podman machine with a usb device passthrough specified with options. Only supported for QEMU Machines.