Skip to content

Commit

Permalink
qemu: README.md: cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Oct 29, 2024
1 parent 0ecc6e5 commit 2635aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qemu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ On quest machine add the following line to `/etc/fstab`:

host0 /mnt 9p trans=virtio,access=any,version=9p2000.L 0 0

NOTE! Your current host's `uid:gid` on quest may be different.
**NOTE**: Your current host's `uid:gid` on quest may be different.


USB PASSTHROUGH
Expand All @@ -48,8 +48,8 @@ Execute qemu with the following options:
-device usb-ehci,id=ehci \
-device usb-host,bus=ehci.0,hostbus=1,hostaddr=18

where hostbus and hostaddr is your device's corresponding values. To obtain
them use `lsusb(8)`.
where `hostbus` and `hostaddr` is your device's corresponding values.
To obtain them use `lsusb(8)`.


CLIPBOARD SUPPORT
Expand Down

0 comments on commit 2635aec

Please sign in to comment.