/etc/rc.d/hostid attempts to read smbios data to generate a uuid, and complains if it is not found. It is annoying to see this message on e.g. powerpc64 boots.
The rework restricts the test for smbios data to x86 archs.
Differential D9384
delete useless boot message on non-x86 machines Authored by linimon on Jan 30 2017, 3:29 PM. Tags None Referenced Files
Details
/etc/rc.d/hostid attempts to read smbios data to generate a uuid, and complains if it is not found. It is annoying to see this message on e.g. powerpc64 boots. The rework restricts the test for smbios data to x86 archs.
Diff Detail
Event TimelineComment Actions I like the idea. Perhaps rename hostid_hardware() to be hostid_smbios() as it is really about smbios and we might have methods to obtain an UUID from firmware on other platforms which will use different hostid_foo functions. _hardware is too generic a name for something that is really x86-specific. |