refs #1594 remove unused variable
parent
3a1435b587
commit
4b4d004743
|
@ -175,7 +175,7 @@ def ogCreatePartitions (disk, parts):
|
||||||
ogCreatePartitionTable (ND)
|
ogCreatePartitionTable (ND)
|
||||||
|
|
||||||
# Definir particiones y notificar al kernel.
|
# Definir particiones y notificar al kernel.
|
||||||
p = subprocess.run (['sfdisk', DISK], input=sfdisk_input, capture_output=True, text=True)
|
subprocess.run (['sfdisk', DISK], input=sfdisk_input, capture_output=True, text=True)
|
||||||
subprocess.run (['partprobe', DISK])
|
subprocess.run (['partprobe', DISK])
|
||||||
if CACHESIZE: CacheLib.ogMountCache()
|
if CACHESIZE: CacheLib.ogMountCache()
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue