Skip to content

Commit

Permalink
Merge pull request #1369 from dbungert/jammy-drivers
Browse files Browse the repository at this point in the history
drivers: FIPS warning
  • Loading branch information
dbungert authored Jul 28, 2022
2 parents 0bf0e85 + 0470275 commit 6afbd21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion subiquity/ui/views/drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6afbd21

Please sign in to comment.