summaryrefslogtreecommitdiffstats
path: root/src/live
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2022-09-14 10:52:45 +0200
committerJose M. Guisado <jguisado@soleta.eu>2022-09-14 17:12:14 +0200
commit87e738b33ffea0bb730cbe041189276a9627cdf7 (patch)
treea241184927fe0875e2bf43c9a8127f30e841a65d /src/live
parent91077da273215596f07b7ebc858633dca350ad30 (diff)
image_restore: fix ogCopyEfiBootLoader
ogCopyEfiBootloader is an invalid legacy bash function name. Rename to the correct function name 'ogCopyEfiBootLoader' and rename utility python wrapper too. Fixes: 0bd037c1a409c65fbcb01355ee0dd6dca770330e
Diffstat (limited to 'src/live')
-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 cf93ed4..d6e2b6c 100644
--- a/src/live/ogOperations.py
+++ b/src/live/ogOperations.py
@@ -335,7 +335,7 @@ class OgLiveOperations:
raise ValueError('Target partition has no filesystem present')
cambiar_acceso(user=self._smb_user, pwd=self._smb_pass)
- ogCopyEfiBootloader(disk, partition)
+ ogCopyEfiBootLoader(disk, partition)
ogReduceFs(disk, partition)
cmd1 = shlex.split(f'partclone.{fstype} -I -C --clone -s {padev} -O -')