- インストール
yum install libguestfs-tools
- imageファイルを指定して/etc/hostsをguestへコピー
virt-copy-in -a vm1.img /etc/hosts /etc
- domainを指定して/etc/hostsをguestへコピー
virt-copy-in -d vm1 /etc/hosts /etc
cf. guestfish, virt-copy-out, virt-edit
yum install libguestfs-tools
virt-copy-in -a vm1.img /etc/hosts /etc
virt-copy-in -d vm1 /etc/hosts /etc
cf. guestfish, virt-copy-out, virt-edit