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