whew. finally done block.py.
the msdos table primary/extended/logical thing was a pain but the logic wasn't too bad.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import os
|
||||
import re
|
||||
##
|
||||
import parted
|
||||
|
||||
|
||||
PARTED_FSTYPES = list(dict(vars(parted.filesystem))['fileSystemType'].keys())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user