]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/installer/hw.h
installer: Create a flag that marks if EFI support is available
[ipfire-2.x.git] / src / installer / hw.h
index f446d1c433bbf87dc25ac4c56c62d7ba93f6ce04..4e0afc431443df5c735b46224824de069d1dbaf7 100644 (file)
 struct hw {
        struct udev *udev;
        char arch[STRING_SIZE];
+
+       // Enabled if we should install in EFI mode
        int efi;
+
+       // Enabled if this system supports EFI
+       int efi_supported;
 };
 
 struct hw_disk {