From 3a1435b587f603408496f7754c94cca847f39c9a Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Thu, 20 Feb 2025 14:18:17 +0100 Subject: [PATCH] refs #1594 create GPT parttable in ogCreateGptPartitions --- client/lib/engine/bin/DiskLib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])