summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-08-31 20:09:04 +0000
committerJeremy Katz <katzj@redhat.com>2004-08-31 20:09:04 +0000
commit8beb079aaa2163cefbe2a304355cb99d0a2c244a (patch)
tree880839b77e4af8a7b0be2591f43dc8d5ac6af805 /packages.py
parentba5b716ed13ab06bee649b3681e9d3bec168d834 (diff)
downloadanaconda-8beb079aaa2163cefbe2a304355cb99d0a2c244a.tar.gz
anaconda-8beb079aaa2163cefbe2a304355cb99d0a2c244a.tar.xz
anaconda-8beb079aaa2163cefbe2a304355cb99d0a2c244a.zip
patch from msw to not try to remount usbdevfs if in rootpath-ish mode
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index b9407da5e..8a108edfd 100644
--- a/packages.py
+++ b/packages.py
@@ -1109,7 +1109,7 @@ def doPostInstall(method, id, intf, instPath):
except RuntimeError:
pass
- if arch != "s390":
+ if arch != "s390" and flags.setupFilesystems:
# we need to unmount usbdevfs before mounting it
usbWasMounted = iutil.isUSBDevFSMounted()
if usbWasMounted: