--- storage/devices.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index ca32462..c74e895 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -2517,7 +2517,7 @@ class FileDevice(StorageDevice): parents -- a list of required devices (Device instances) exists -- indicates whether this is an existing device """ - StorageDevice.__init__(self, name, format=format, size=size, + StorageDevice.__init__(self, path, format=format, size=size, exists=exists, parents=parents) def probe(self): -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list