[PATCH 2/6] Admit failure if we cannot resolve a device from /etc/fstab. (#826816)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/storage/__init__.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/storage/__init__.py b/pyanaconda/storage/__init__.py
index e0af839..fbe691b 100644
--- a/pyanaconda/storage/__init__.py
+++ b/pyanaconda/storage/__init__.py
@@ -2004,8 +2004,6 @@ class FSSet(object):
             if devspec == "none" or \
                isinstance(format, get_device_format_class("nodev")):
                 device = NoDevice(format=format)
-            else:
-                device = StorageDevice(devspec, format=format)
 
         if device is None:
             log.error("failed to resolve %s (%s) from fstab" % (devspec,
-- 
1.7.6.5

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux