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)
Thu, Jul 30, 3:18 AM
Unknown Object (File)
Fri, Jul 17, 5:48 PM
Unknown Object (File)
Jun 15 2026, 12:14 AM
Unknown Object (File)
Jun 11 2026, 6:22 PM
Unknown Object (File)
Jun 10 2026, 5:05 AM
Unknown Object (File)
Jun 9 2026, 11:43 AM
Unknown Object (File)
May 21 2026, 11:45 AM
Unknown Object (File)
Apr 29 2026, 3:20 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