mirror of
https://github.com/smxi/inxi.git
synced 2025-04-25 19:19:13 +00:00
grrr, fixed UEFI [Legacy]
This commit is contained in:
parent
dd5c393c63
commit
cedc856479
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -7062,7 +7062,7 @@ get_machine_data()
|
|||
if [[ -d /sys/firmware/efi ]];then
|
||||
firmware_type='UEFI'
|
||||
elif [[ -n $(ls /sys/firmware/acpi/tables/UEFI* 2>/dev/null ) ]];then
|
||||
firmware_type='BIOS [Legacy]'
|
||||
firmware_type='UEFI [Legacy]'
|
||||
fi
|
||||
for id_file in $machine_files
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue