summaryrefslogtreecommitdiffstats
path: root/src/utils/boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/boot.py')
-rw-r--r--src/utils/boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/boot.py b/src/utils/boot.py
index 04cae8e..baa3f49 100644
--- a/src/utils/boot.py
+++ b/src/utils/boot.py
@@ -111,7 +111,7 @@ def boot_os_at(disk, part):
if not mount_mkdir(device, mountpoint):
raise RuntimeError(f'Cannot probe OS family. Unable to mount {device} at {esp_mountpoint}.')
- is_uefi = is_uefi_supported(disk)
+ is_uefi = is_uefi_supported()
if is_uefi:
logging.info('UEFI support detected')
else: