From b0e90e6346da7b1fd38ae494b3aeee87f7efc914 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 31 Oct 2018 10:17:48 +0100 Subject: [PATCH] Provide output of `efibootmgr -v` in file efibootmgr This is useful for documenting the present EFI boot entries. Thanks: Ralf Moll for the suggestion --- grml-hwinfo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grml-hwinfo b/grml-hwinfo index fc5c8b4..0070f83 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -219,6 +219,9 @@ cd "${OUTDIR}" || exit 1 exectest x86info && x86info > ./x86info 2>./x86info.error exectest lscpu && lscpu > ./lscpu + # EFI + exectest efibootmgr && efibootmgr -v > efibootmgr + # net stuff, net-tools: exectest ifconfig && ifconfig -v -a > ./ifconfig exectest route && route -n > ./route -- 2.1.4