c959ffacc806d7ac91bf23e31dc705d4688e12f5
virtualisation/virsh.md
... | ... | @@ -29,3 +29,8 @@ virsh console <name> |
29 | 29 | virt-viewer <name> |
30 | 30 | ``` |
31 | 31 | |
32 | +## customise image |
|
33 | +* `virt-customize` requires libguestfs-tools pkg on debian |
|
34 | +``` |
|
35 | +virt-customize -a /path/to/image.qcow2 --root-password password:<passwd> --uninstall cloud-init |
|
36 | +``` |