diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-06-23 11:43:14 +0100 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-07 22:06:06 +0000 |
commit | 3c3516b8746a695fb5d9f1fcaf939952c54229e3 (patch) | |
tree | a74fc2dabfee1664eef276c567ff692822974e2d /util | |
parent | c436541c3d96d1ea3a4efc7c6a8f79951c71bff2 (diff) |
util/coreboot-configurator: Update the README
Update the README with new instructions for Debian 11 and MX Linux.
Also add the build dependencies.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I6942b9532e8d82f7fc5d6455c96913bcba6e983e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65350
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/coreboot-configurator/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/util/coreboot-configurator/README.md b/util/coreboot-configurator/README.md index baf04903b2..cbfe8b78a0 100644 --- a/util/coreboot-configurator/README.md +++ b/util/coreboot-configurator/README.md @@ -16,13 +16,14 @@ sudo apt install coreboot-configurator sudo apt purge coreboot-configurator ``` -## Debian 11 +## Debian 11 / MX Linux 19 ##### Install ``` -echo "deb http://ppa.launchpad.net/starlabs/ppa/ubuntu focal main" | sudo tee -a /etc/apt/sources.list.d/starlabs-ubuntu-ppa-focal.list -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 17A20BAF70BEC3904545ACFF8F21C26C794386E3 -sudo apt update -sudo apt install coreboot-configurator +cd /tmp +wget https://github.com/StarLabsLtd/packages/raw/main/Debian/11/coreboot-configurator_9%2Bf_all.deb \ + https://github.com/StarLabsLtd/packages/raw/main/Debian/11/nvramtool_1_all.deb +sudo dpkg -i *.deb +sudo apt -f install ``` ##### Uninstall |