From 1e87a409c71b41b644594f17b7de094c87f0688b Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 18 Nov 2022 17:07:14 +0000 Subject: [PATCH] docs: Add cpuid to custom disk image instructions Signed-off-by: Rob Bradford --- docs/custom-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom-image.md b/docs/custom-image.md index 2970dd042..eec127ce2 100644 --- a/docs/custom-image.md +++ b/docs/custom-image.md @@ -88,7 +88,7 @@ Ubuntu distributions. ```bash apt update -apt install fio iperf iperf3 socat stress +apt install fio iperf iperf3 socat stress cpuid ``` ### Remove counterproductive packages