Page MenuHomeFreeBSD

Fix warning when configuring kernel
ClosedPublic

Authored by tuexen on Oct 7 2018, 12:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 5, 5:13 AM
Unknown Object (File)
Jul 3 2025, 2:33 AM
Unknown Object (File)
Jun 30 2025, 11:12 AM
Unknown Object (File)
Jun 26 2025, 10:24 AM
Unknown Object (File)
Jun 23 2025, 7:04 PM
Unknown Object (File)
Jun 22 2025, 2:57 PM
Unknown Object (File)
Jun 22 2025, 2:49 AM
Unknown Object (File)
Jun 20 2025, 5:59 AM
Subscribers

Details

Summary

r337967 added the GEOM_PART_GPT option to the DEFAULTS config for i386, amd64, and arm64. Since this option is still included in the GENERIC kernel config, a kernel configuration results in

WARNING: duplicate option `GEOM_PART_GPT' encountered.

This patch removes the GEOM_PART_GPT from the kernel configs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable