checking in some stuff... i'm going to rework how i do the disk init to ALWAYS use freshDisk().

This commit is contained in:
brent s
2019-10-22 14:34:39 -04:00
parent 108588827a
commit 305a0db34f
8 changed files with 227 additions and 33 deletions

View File

@@ -0,0 +1,4 @@
import parted
PARTED_FSTYPES = list(dict(vars(parted.filesystem))['fileSystemType'].keys())