9dada73cf0
the msdos table primary/extended/logical thing was a pain but the logic wasn't too bad.
5 lines
85 B
Python
5 lines
85 B
Python
class LUKS(object):
|
|
def __init__(self):
|
|
self.devpath = None
|
|
pass
|