Ticket #780: Unmount before clone if needed
parent
b16ee4ed7c
commit
ebcf90e8ea
|
@ -1454,6 +1454,7 @@ class OpengnsysGitLibrary:
|
|||
if repo_is_efi != efi:
|
||||
raise RequirementException("Repositorio usa sistema de arranque incompatible con sistema actual")
|
||||
|
||||
self._unmount_device(destination)
|
||||
|
||||
filesystem_map = {"/" : destination}
|
||||
|
||||
|
|
Loading…
Reference in New Issue