commit | a7cfc1c29ec81525846a48b98d0f66e2899c13b8 | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Thu Nov 30 18:59:25 2023 +0100 |
committer | Lorenz Brun <lorenz@monogon.tech> | Mon Dec 04 21:59:03 2023 +0000 |
tree | 68e5abb158a8ff68e820d2c1c0ca38b4ce15f586 | |
parent | d8a3fa2d6a84617b3013b07e15293ae266af8922 [diff] |
m/p/efivarfs: add Delete and DeleteBootEntry This allows us to delete EFI variables in addition to reading and creating them. Change-Id: I5fa4e64e5662a11bffdc0830c7af79301173f2aa Reviewed-on: https://review.monogon.dev/c/monogon/+/2412 Tested-by: Jenkins CI Reviewed-by: Serge Bazanski <serge@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm
(if you want to run tests).Our docs assume that Bazelisk is available as bazel
on your PATH.
Refer to SETUP.md for detailed instructions.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch --config dbg
Launch an ephemeral test node:
bazel test //:launch --config dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test --config dbg //...