From: Michael Prokop Date: Wed, 31 Oct 2018 09:17:48 +0000 (+0100) Subject: Provide output of `efibootmgr -v` in file efibootmgr X-Git-Tag: v0.14.0~1 X-Git-Url: http://git.grml.org/?p=grml-hwinfo.git;a=commitdiff_plain;h=b0e90e6346da7b1fd38ae494b3aeee87f7efc914 Provide output of `efibootmgr -v` in file efibootmgr This is useful for documenting the present EFI boot entries. Thanks: Ralf Moll for the suggestion --- 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