summaryrefslogtreecommitdiffstats
path: root/src/live/ogOperations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/live/ogOperations.py')
-rw-r--r--src/live/ogOperations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py
index 364f3bd..a3df4c8 100644
--- a/src/live/ogOperations.py
+++ b/src/live/ogOperations.py
@@ -461,7 +461,7 @@ class OgLiveOperations:
if os.access(f'{image_path}', os.R_OK) == True:
logging.info(f'image file {image_path} already exists, updating.')
- ogCopyEfiBootLoader(disk, partition)
+ copy_windows_efi_bootloader(disk, partition)
if ogReduceFs(disk, partition) == -1:
raise ValueError(f'Failed to shrink {fstype} filesystem in {padev}')