commit c959ffacc806d7ac91bf23e31dc705d4688e12f5 parent 461214ef1476fd50baeac283157ab9154748f94c Author: pyratebeard <root@pyratebeard.net> Date: Tue, 14 May 2024 11:53:06 +0100 updates Diffstat:
M | virtualisation/virsh.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/virtualisation/virsh.md b/virtualisation/virsh.md @@ -29,3 +29,8 @@ virsh console <name> virt-viewer <name> ``` +## customise image +* `virt-customize` requires libguestfs-tools pkg on debian +``` +virt-customize -a /path/to/image.qcow2 --root-password password:<passwd> --uninstall cloud-init +```