--- storage/__init__.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/storage/__init__.py b/storage/__init__.py index aba920f..953fe3b 100644 --- a/storage/__init__.py +++ b/storage/__init__.py @@ -1226,8 +1226,7 @@ class FSSet(object): # NFS -- preserve but otherwise ignore device = NFSDevice(devspec, format=getFormat(fstype, - device=devspec), - exists=True) + device=devspec)) elif devspec.startswith("/") and fstype == "swap": # swap file device = FileDevice(devspec, -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list