diff options
author | Chris Feyerchak <anonymous.contributor@example.org> | 2017-07-03 19:10:41 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:34 -0400 |
commit | f5d2623cd72f8d7f778fb3e17fe4d7878e286064 (patch) | |
tree | da928f76cf892d5c7d8d3b9815de66fe85c589c6 | |
parent | a573c3f3277e9d0a497f7f771b164bac36809b60 (diff) | |
download | backports-f5d2623cd72f8d7f778fb3e17fe4d7878e286064.tar.gz |
Wordsmith introduction of modes
-rw-r--r-- | wiki/Documentation.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Documentation.mediawiki b/wiki/Documentation.mediawiki index 941a845..560819f 100644 --- a/wiki/Documentation.mediawiki +++ b/wiki/Documentation.mediawiki @@ -6,7 +6,7 @@ The Backports Project aims to backport current Linux '''upstream''' device drive The project shall '''never''' include proprietary drivers, and is designed to disallow its use with proprietary drivers. -Backports supports backporting in either of two modes: +Backports provides users with a choice of workflows: # '''[[Documentation/packaging|package releases mode]]''' - backports produces a tarball (loosely akin to a patch) containing the subsystems/drivers of a future kernel # '''[[Documentation/integration|kernel integration mode]]''' - backports directly '''integrates''' the subsystems/drivers of a future kernel into an older kernel tree |