David Cantrell wrote:
--- storage/devices.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
Looks good.
diff --git a/storage/devices.py b/storage/devices.py index 1e67e80..bc665c8 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -874,8 +874,6 @@ class PartitionDevice(StorageDevice):self._bootable = False - self._resize = False- StorageDevice.__init__(self, name, format=format, size=size, major=major, minor=minor, exists=exists, sysfsPath=sysfsPath, parents=parents)