sysrich / tik

Transactional Installation Kit
MIT License
14 stars 10 forks source link

Fix/1225633_verify-efi #32

Closed happymab closed 5 months ago

happymab commented 5 months ago

Fixes the bug 1225633. Check if installer has been booted in UEFI mode and throws an error if not. https://bugzilla.opensuse.org/show_bug.cgi?id=1225633

I tested the fix on an UEFI system only. I used an inverted check ( without the ! in the check) to verify that the error message triggers correctly. I'm pretty sure it works. However, I couldn't test the fix on a BIOS mode system.