blob: 31136d461fb981d5e42f7db6a36104e32baff9d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<h2>qemu images</h2>
<p>
The images don't have a root password set. You can use
<tt>libguestfs-tools</tt> to set one ...
</p>
<pre>
virt-customize -a <i><image></i> --root-password "password:<i><secret></i>"
</pre>
<p>
... so you can login after boot
</p>
<p>
The fedora and centos8 images will boot in both uefi and bios mode.
Starting with <tt>systemd-nspawn --image=<i><image></i></tt>
works too, but the images must be converted to raw format first;
<tt>qemu-img convert ...</tt> can be used for that.
</p>
<p>
|