virt-copy-in

  • インストール
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