forgot to update to [Legacy] in BIOS [Legacy]

This commit is contained in:
Harald Hope 2016-08-25 20:04:15 -07:00
parent 0e5e8f020e
commit dd5c393c63

2
inxi
View file

@ -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 [UEFI]'
firmware_type='BIOS [Legacy]'
fi
for id_file in $machine_files
do