From c520d1d4bd1e3137eb796037eecd7be4afe51d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Fri, 1 Oct 2021 11:30:26 +0200 Subject: [PATCH] README.md: refine console log filename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vincent Stehlé --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc813a8..cfce166 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ FS2:\> efi/boot/app/capsuleapp.efi capsule.bin Create a directory for each Linux distro used for testing. Install the OS to a disk, and boot it. -Collect the installation and OS boot logs and save in single text file. +Collect the installation and OS boot logs and save in single `console.log` text file. The install log must begin when the platform is released from reset and must include: @@ -206,7 +206,7 @@ efibootmgr tar cfz sys-firmware.tar.gz /sys/firmware ``` -Copy the resulting sys-firmware.tar.gz into the results directory. +Copy the resulting `sys-firmware.tar.gz` into the results directory. #### `./os-logs/esxi/` Install VMWare ESXi to a disk, and boot it. -- GitLab