diff --git a/bootstrapvz/base/fs/volume.py b/bootstrapvz/base/fs/volume.py index 50bf213..aa0e3d6 100644 --- a/bootstrapvz/base/fs/volume.py +++ b/bootstrapvz/base/fs/volume.py @@ -28,7 +28,6 @@ class Volume(FSMProxy): """ # Path to the volume self.device_path = None - self.real_device_path = None # The partition map self.partition_map = partition_map # The size of the volume as reported by the partition map