[PATCH] isys.mount needs to be told when something should be mounted NFS (#860273).

Chris Lumens clumens at redhat.com
Wed Sep 26 18:53:34 UTC 2012


---
 pyanaconda/packaging/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/packaging/__init__.py b/pyanaconda/packaging/__init__.py
index 3645ccf..c41d06a 100644
--- a/pyanaconda/packaging/__init__.py
+++ b/pyanaconda/packaging/__init__.py
@@ -507,7 +507,7 @@ class Payload(object):
         url = "%s:%s" % (server, path)
 
         try:
-            isys.mount(url, mountpoint, options=options)
+            isys.mount(url, mountpoint, fstype="nfs", options=options)
         except SystemError as e:
             log.error("mount failed: %s" % e)
             exn = PayloadSetupError(str(e))
-- 
1.7.11.2



More information about the anaconda-patches mailing list