diff --git a/subiquity/ui/views/drivers.py b/subiquity/ui/views/drivers.py index fa5ec9fa6..ae2047303 100644 --- a/subiquity/ui/views/drivers.py +++ b/subiquity/ui/views/drivers.py @@ -113,7 +113,9 @@ def make_main(self, install: bool, drivers: List[str]) -> None: excerpt = _( "The following third-party drivers were found. " - "Do you want to install them?") + "Do you want to install them?") + "\n\n" + _( + "Third-party drivers should not be installed on systems that " + "will be used for FIPS or the real-time kernel.") def on_cancel(_: DriversForm) -> None: self.cancel()