mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
forgot to update to [Legacy] in BIOS [Legacy]
This commit is contained in:
parent
0e5e8f020e
commit
dd5c393c63
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 [UEFI]'
|
firmware_type='BIOS [Legacy]'
|
||||||
fi
|
fi
|
||||||
for id_file in $machine_files
|
for id_file in $machine_files
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue