From 01a2e8aa5b128a3e2e7ff6f8e6748f06a64fdc30 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 6 Aug 2023 10:54:46 +0100 Subject: [PATCH] improved instructions for in-place update Signed-off-by: Leah Rowe --- site/news/update202308.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/news/update202308.md b/site/news/update202308.md index da81dae..a27f432 100644 --- a/site/news/update202308.md +++ b/site/news/update202308.md @@ -90,6 +90,9 @@ use it in place, you could do this: ``` cd lbmk/ # obviously, you need to be in lbmk rm -Rf coreboot/default grub seabios payload/grub payload/seabios +cd coreboot/coreboot +git pull +cd ../../ git pull ``` Then simply build it as normal, and the new coreboot/grub/seabios will be