Log efibootmgr errors to efibootmgr.error
[grml-hwinfo.git] / grml-hwinfo
index ab2b295..4e1d9d5 100755 (executable)
@@ -241,7 +241,7 @@ cd "${OUTDIR}" || exit 1
   exectest lscpu    && lscpu -e > ./lscpu_extended
 
   # EFI
-  exectest efibootmgr && efibootmgr -v > efibootmgr
+  exectest efibootmgr && efibootmgr -v >efibootmgr 2>efibootmgr.error
 
   # net stuff, net-tools:
   exectest ifconfig && ifconfig -v -a > ./ifconfig