4,461
edits
→Connect via VNC and complete installation: add links |
→Connect via VNC and complete installation: Mount guest image |
||
Line 150: | Line 150: | ||
and then use a VNC client to connect to 127.0.0.1 (aka localhost) with port of 5900. | and then use a VNC client to connect to 127.0.0.1 (aka localhost) with port of 5900. | ||
== Mount guest image == | |||
Make sure to have right packages: | |||
<source lang="bash"> | |||
# yum install libguestfs-tools | |||
</source> | |||
Mount to /mnt: | |||
<source lang="bash"> | |||
# guestmount -a /var/lib/libvirt/images/ubuntu1.qcow2 -m /dev/sda1 /mnt | |||
</source> | |||
Unmount /mnt: | |||
<source lang="bash"> | |||
# guestunmount /mnt | |||
</source> | |||
== Links == | == Links == |