1
0
Fork 0

refs #1594 create GPT parttable in ogCreateGptPartitions

code-review
Natalia Serrano 2025-02-20 14:18:17 +01:00
parent 2a0737f2c5
commit 3a1435b587
1 changed files with 1 additions and 1 deletions

View File

@ -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])