| 65e77d34 | 08-Jan-2026 |
Baptiste Daroussin <bapt@FreeBSD.org> |
nuageinit: fix test after recent behaviour change
with recent change nuageinit always create a "freebsd" user, if no users are specified, which means we do need to get the rootdir in the testsuite c
nuageinit: fix test after recent behaviour change
with recent change nuageinit always create a "freebsd" user, if no users are specified, which means we do need to get the rootdir in the testsuite containing a group file otherwise pw complains and the tests fails.
show more ...
|
| 402f1353 | 04-Jan-2026 |
Gonéri Le Bouder <goneri@lebouder.net> |
nuageinit/man: clarify how to enable sudo and doas
Clarify that both `sudo` and `doas` are not part of the base system and they need to be listed in the `packages` section if the user wants to enabl
nuageinit/man: clarify how to enable sudo and doas
Clarify that both `sudo` and `doas` are not part of the base system and they need to be listed in the `packages` section if the user wants to enable them.
MFC After: 1 week Signed-off-by: Gonéri Le Bouder <goneri@lebouder.net> Pull Request: https://github.com/freebsd/freebsd-src/pull/1944
show more ...
|
| 57d25b63 | 21-Oct-2025 |
Jose Luis Duran <jlduran@FreeBSD.org> |
nuageinit: Add guards against empty user data
Add guards against attempting to process a user data file with an empty first line or contents.
PR: 290395 Reviewed by: bapt (earlier), dtxdf, markj M
nuageinit: Add guards against empty user data
Add guards against attempting to process a user data file with an empty first line or contents.
PR: 290395 Reviewed by: bapt (earlier), dtxdf, markj MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D53239
show more ...
|
| 9a829e86 | 11-Sep-2025 |
Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> |
nuageinit: Add doas support
* Set mode of etc directory to 0755. * Use user.localbase sysctl instead of /usr/local. * Add test case for doas. * Set ${LOCALBASE} instead of /usr/local in nuageinit(7)
nuageinit: Add doas support
* Set mode of etc directory to 0755. * Use user.localbase sysctl instead of /usr/local. * Add test case for doas. * Set ${LOCALBASE} instead of /usr/local in nuageinit(7) man page.
Reviewed by: bapt@ Approved by: bapt@ Differential Revision: https://reviews.freebsd.org/D52437
show more ...
|
| 95230b24 | 11-Sep-2025 |
Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> |
nuageinit: Allow the use of network parameters from network-config
To better comply with the cloud-init specification, we need to support the configuration of network-related parameters from the net
nuageinit: Allow the use of network parameters from network-config
To better comply with the cloud-init specification, we need to support the configuration of network-related parameters from the network-config file, which is common in most deployments.
Reviewed by: bapt@ Approved by: bapt@ Differential Revision: https://reviews.freebsd.org/D52419
show more ...
|
| a5cc9b7b | 11-Sep-2025 |
Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org> |
nuageinit: chmod sudoers directory instead of chmod (again) sudoers file
* Set mode of sudoers to 0440.
Reviewed by: bapt@, jlduran@ Approved by: bapt@, jlduran@ Differential
nuageinit: chmod sudoers directory instead of chmod (again) sudoers file
* Set mode of sudoers to 0440.
Reviewed by: bapt@, jlduran@ Approved by: bapt@, jlduran@ Differential Revision: https://reviews.freebsd.org/D52438
show more ...
|