diff options
author | Mike Fulbright <msf@redhat.com> | 2003-01-09 06:01:01 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-01-09 06:01:01 +0000 |
commit | 7b26b150d5f693dfd9db8edadb25d337ae215839 (patch) | |
tree | a27c4200fed9b586f4390748f2bef503a64a27bf /partRequests.py | |
parent | 642ef6eec4a1e6e6483a1a6e809db91a4a816e5a (diff) | |
download | anaconda-7b26b150d5f693dfd9db8edadb25d337ae215839.tar.gz anaconda-7b26b150d5f693dfd9db8edadb25d337ae215839.tar.xz anaconda-7b26b150d5f693dfd9db8edadb25d337ae215839.zip |
oops
Diffstat (limited to 'partRequests.py')
-rw-r--r-- | partRequests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/partRequests.py b/partRequests.py index 5ac89dd56..e2baa0e03 100644 --- a/partRequests.py +++ b/partRequests.py @@ -205,8 +205,7 @@ class RequestSpec: mustbeonlinuxfs = ['/', '/boot', '/var', '/tmp', '/usr', '/home'] # these are symlinks so you cant make them mount points - otherexcept = ['/var/mail', '/usr/bin/X11', '/usr/lib/X11' - '/usr/tmp'] + otherexcept = ['/var/mail', '/usr/bin/X11', '/usr/lib/X11', '/usr/tmp'] if not self.mountpoint: return None |