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)
Tue, Sep 22, 10:23 AM
Unknown Object (File)
Tue, Sep 22, 10:14 AM
Unknown Object (File)
Tue, Sep 22, 9:38 AM
Unknown Object (File)
Tue, Sep 22, 9:37 AM
Unknown Object (File)
Tue, Sep 22, 4:35 AM
Unknown Object (File)
Mon, Sep 21, 1:34 PM
Unknown Object (File)
Wed, Sep 16, 8:28 AM
Unknown Object (File)
Sun, Sep 13, 1:46 PM
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