From 5871d65b88e944bcdaa8ecc2473e26206b7696a8 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Wed, 2 Mar 2022 14:27:08 +0000 Subject: [PATCH] livepatch: update readme to mention --xen-depends MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: b19df7b2c05e ('livepatch-build: Embed hypervisor build id into every hotpatch') Signed-off-by: Roger Pau Monné Reviewed-by: Bjoern Doebel Reviewed-by: Ross Lagerwall Signed-off-by: Ross Lagerwall --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 653c624..b48a3df 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Next, build a live patch, using a patch and the source, build ID, and ``` $ cd ~/src/livepatch-build $ ./livepatch-build -s ~/src/xenbuild -p ~/src/xsa.patch -o out \ - -c ~/src/xen/xen/.config --depends $BUILDID + -c ~/src/xen/xen/.config --depends $BUILDID --xen-depends $BUILDID Building LivePatch patch: xsa Xen directory: /home/ross/src/xenbuild -- 2.39.5