Skip to content

Commit

Permalink
Merge branch 'acidanthera:master' into YamingNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
wy414012 authored Dec 12, 2024
2 parents e62c2f4 + b70d558 commit c7815f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Platform/OpenNetworkBoot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ available with the qemu user mode network stack, for example using the
following options:

```
-netdev user,id=net0,tftp=/Users/user/tftp,bootfile=/OpenShell.efi \
-netdev user,id=net0,tftp=$HOME/tftp,bootfile=/OpenShell.efi \
-device virtio-net-pci,netdev=net0
```

Expand All @@ -374,7 +374,7 @@ needed, to the lines generated during a failed network boot) can be very
useful when trying to debug network boot setup.

OVMF can capture packets using
`-object filter-dump,netdev={net-id},id=filter0,file=/Users/user/ovmf.cap`
`-object filter-dump,netdev={net-id},id=filter0,file=$HOME/ovmf.cap`
(`{net-id}` should be replaced as appropriate with the `id` value specified in the
corresponding `-netdev` option).

Expand Down

0 comments on commit c7815f9

Please sign in to comment.