git: 20a09651825c - main - kboot: Add docs for WITH/WITHOUT LOADER_KBOOT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Dec 2021 23:31:44 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=20a09651825ce75393127b5bdfdd96f082d6d744 commit 20a09651825ce75393127b5bdfdd96f082d6d744 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-12-30 23:06:53 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-12-30 23:06:53 +0000 kboot: Add docs for WITH/WITHOUT LOADER_KBOOT Sponsored by: Netflix Suggestion by: emaste Differential Revision: https://reviews.freebsd.org/D33512 --- tools/build/options/WITHOUT_LOADER_KBOOT | 1 + tools/build/options/WITH_LOADER_KBOOT | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/build/options/WITHOUT_LOADER_KBOOT b/tools/build/options/WITHOUT_LOADER_KBOOT new file mode 100644 index 000000000000..075c5ffe86dc --- /dev/null +++ b/tools/build/options/WITHOUT_LOADER_KBOOT @@ -0,0 +1 @@ +Do not build kboot, a linuxboot environment loader diff --git a/tools/build/options/WITH_LOADER_KBOOT b/tools/build/options/WITH_LOADER_KBOOT new file mode 100644 index 000000000000..46704afe83f7 --- /dev/null +++ b/tools/build/options/WITH_LOADER_KBOOT @@ -0,0 +1 @@ +Build kboot, a linuxboot environment loader