<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi there,<br><br>I need to run a "qemu-img resize" command after a machine is created, to resize the boot qcow2.<br>What hook should I use?<br>As far as I see it, none of the following will do it:<br><br>- If I use the CREATE hook, the disk will still not be stored on the systemds<br>- If I use the PROLOG hook, the disk will still not be stored on the systemds<br>- If I use the BOOT hook, the command will run every time a user boots the machine (ex.: initial boot, poweroff-poweron)<br><br>What I need is, conceptually, a POST PROLOG.<br>Any suggestion?<br><br>Regards,<br>Ricardo Duarte<br>                                        </div></body>
</html>