From 3c3516b8746a695fb5d9f1fcaf939952c54229e3 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 23 Jun 2022 11:43:14 +0100 Subject: [PATCH] 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 Change-Id: I6942b9532e8d82f7fc5d6455c96913bcba6e983e Reviewed-on: https://review.coreboot.org/c/coreboot/+/65350 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- util/coreboot-configurator/README.md | 11 ++++++----- 1 file 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 -- 2.11.4.GIT