Martin Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/65350 )
Change subject: util/coreboot-configurator: Update the README ......................................................................
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 --- M util/coreboot-configurator/README.md 1 file changed, 23 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/util/coreboot-configurator/README.md b/util/coreboot-configurator/README.md index baf0490..cbfe8b7 100644 --- a/util/coreboot-configurator/README.md +++ b/util/coreboot-configurator/README.md @@ -16,13 +16,14 @@ 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-configur... \ + https://github.com/StarLabsLtd/packages/raw/main/Debian/11/nvramtool_1_all.d... +sudo dpkg -i *.deb +sudo apt -f install ```
##### Uninstall