a4e7810f | 04-Nov-2024 |
Simon J. Gerraty <sjg@FreeBSD.org> |
debug.sh check for :debug_add:
When we match a tag and turn tracing, see if we have any $DEBUG_ON:debug_add:tag in DEBUG_SH and if so add the new tag.
This allows for more focused debugging during
debug.sh check for :debug_add:
When we match a tag and turn tracing, see if we have any $DEBUG_ON:debug_add:tag in DEBUG_SH and if so add the new tag.
This allows for more focused debugging during boot.
Reviewed by: stevek
show more ...
|
2775b9b0 | 29-Oct-2024 |
Baptiste Daroussin <bapt@FreeBSD.org> |
nuageinit: add support for OpenStack network config
Add naive support for openstack network config. if no config driver have been found, try to detect that we are running a VM on openstack via the s
nuageinit: add support for OpenStack network config
Add naive support for openstack network config. if no config driver have been found, try to detect that we are running a VM on openstack via the smbios information, use the first iface available and temporary activate dhcp on it, to be able to fetch the necessary informations for cloudinit.
While here make the rc script execute after devmatch, some ethernet device might be attached via devmatch and may be needed for cloudinit.
Tested on OVHCloud Public Cloud.
MFC after: 3 weeks Sponsored by: OVHCloud
show more ...
|
3e55170e | 26-Oct-2024 |
Mark Johnston <markj@FreeBSD.org> |
rc.d/kld: Print modules being loaded, take three
Some kernel modules will print informative messages when they are loaded, making the output confusing. Print everything up front instead.
Fixes: 15
rc.d/kld: Print modules being loaded, take three
Some kernel modules will print informative messages when they are loaded, making the output confusing. Print everything up front instead.
Fixes: 152382e6613d ("rc.d/kld: Print the kernel modules being loaded")
show more ...
|