diff --git a/modules/host/templates/userdata.yaml.tpl b/modules/host/templates/userdata.yaml.tpl index e9d9845..5ac25d9 100644 --- a/modules/host/templates/userdata.yaml.tpl +++ b/modules/host/templates/userdata.yaml.tpl @@ -1,4 +1,9 @@ #cloud-config + +# Resize /var, not /, as that's the last partition in MicroOS image. +growpart: + devices: ["/var"] + write_files: # Configure private network @@ -40,4 +45,3 @@ runcmd: # Finishing automatic reboot via Kured setup - rebootmgrctl set-strategy off - \ No newline at end of file