1 | initial version |
Hello,
As a first, please install Cloudbase-Init using the installer and then tweak the configuration files to match your requirements.
On the configuration you have, it is mandatory to set the following for the cloudbase-init.conf:
allowreboot=true
stopserviceonexit=true
It is mandatory that you have in the cloudbase-init-unattend.conf:
allowreboot=false
stopserviceonexit=false
Thank you,
Adrian Vladu
2 | No.2 Revision |
Hello,
As a first, please install Cloudbase-Init using the installer and then tweak the configuration files to match your requirements.
On the configuration you have, it is mandatory to set the following for the cloudbase-init.conf:
allowreboot=trueallow_reboot=true
stopserviceonexit=truestop_service_on_exit=true
It is mandatory that you have in the cloudbase-init-unattend.conf:
allowreboot=falseallow_reboot=false
stopserviceonexit=falsestop_service_on_exit=false
Thank you,
Adrian Vladu