Skip to content

Commit

Permalink
libvirt.adoc: add note about DISK_GB (coreos#510)
Browse files Browse the repository at this point in the history
`DISK_GB` should be at least as big as the default size of the
image. For Fedora CoreOS, this is currently 10 GB.
  • Loading branch information
HuijingHei authored Mar 13, 2023
1 parent cd31f0a commit 1d30ca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ROOT/pages/getting-started-libvirt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ NOTE: `virt-install` requires both the OS image and Ignition file to be specifie

NOTE: Depending on your version of `virt-install`, you may not be able to use `--os-variant=fedora-coreos-*` and will get an error. In this case, you should pick an older Fedora variant (`--os-variant=fedora31` for example). You can find the variants that are supported by you current version of `virt-install` with `osinfo-query os | grep '^\s*fedora'`.

NOTE: `DISK_GB` should be at least as big as the default size of the image. For Fedora CoreOS, this is currently 10 GB.

TIP: Make sure that your user has access to `/dev/kvm`. The default is to allow access for everyone, but on some distributions you may need to add yourself to the `kvm` group.

TIP: You can escape out of the serial console by pressing `CTRL + ]`.
Expand Down

0 comments on commit 1d30ca7

Please sign in to comment.