Skip to content

Commit

Permalink
doc:add --cpu host in virt-install cli
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Paul <[email protected]>
  • Loading branch information
say-paul authored and cgwalters committed Mar 19, 2024
1 parent 998bdf2 commit fd315f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ qemu-system-x86_64 \
```bash
sudo virt-install \
--name fedora-bootc \
--cpu host \
--vcpus 4 \
--memory 4096 \
--import --disk ./output/qcow2/disk.qcow2,format=qcow2 \
Expand Down

0 comments on commit fd315f3

Please sign in to comment.