History log of /freebsd/libexec/rc/rc.d/nuageinit_user_data_script (Results 1 – 4 of 4)
Revision Date Author Comments
# 7ad574b3 27-Jun-2025 Sebastien Baylocq <sebastien.baylocq@ovhcloud.com>

nuageinit: fix log name


# cae3d6c8 13-Jun-2025 Baptiste Daroussin <bapt@FreeBSD.org>

nuageinit: fix typo

PR: 287503
Reported by: crest@rlwinm.de


# 8feca60d 10-Jun-2025 Baptiste Daroussin <bapt@FreeBSD.org>

nuageinit: runcmd should also be executed late

Execute the runcmd specified in cloudinit at the same moment as the
user_data script aka late in the boot process, to respect cloudinit
specifications


# 09545628 10-Jun-2025 Baptiste Daroussin <bapt@FreeBSD.org>

nuageinit: fix using user_data as a script

In official cloudinit, when a user_data file starts with '#!' it
should be execute late in the boot process. To respect this nuageinit
now copy the user_da

nuageinit: fix using user_data as a script

In official cloudinit, when a user_data file starts with '#!' it
should be execute late in the boot process. To respect this nuageinit
now copy the user_data script into a /var/cache/nuageinit/user_data if
found and a new "firsboot" rcscript anchored to the 'local' rc script is
responsible to execute it if found.

Note by doing this, we fix another issue we had with nuageinit, if the
cloudinit provider provides the user_data scriptout with the executable
permission, previous implementation was not working, like apparently
what Digital Ocean is doing.

PR: 287183
Reported by: olgeni@

show more ...