diff --git a/client/lib/engine/bin/DiskLib.py b/client/lib/engine/bin/DiskLib.py index a953159..f39c8f4 100755 --- a/client/lib/engine/bin/DiskLib.py +++ b/client/lib/engine/bin/DiskLib.py @@ -277,7 +277,7 @@ def ogCreateGptPartitions (disk, parts): if CACHESIZE: CacheLib.ogUnmountCache() # Si la tabla de particiones no es valida, volver a generarla. - ogCreatePartitionTable (ND) + ogCreatePartitionTable (ND, 'GPT') # Definir particiones y notificar al kernel. subprocess.run (['sgdisk'] + DELOPTIONS + OPTIONS + [DISK])