summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-09 19:24:23 +0000
committerMike Fulbright <msf@redhat.com>2002-05-09 19:24:23 +0000
commit16d14dd7c4ad0c4dce64685d523a0447f0292c0c (patch)
tree9357b533fa2395b3b8b3f4de21c1abeb897a67dd /upgrade.py
parent2a7ce144743aad7b488ecc27fa496541ccc91528 (diff)
downloadanaconda-16d14dd7c4ad0c4dce64685d523a0447f0292c0c.tar.gz
anaconda-16d14dd7c4ad0c4dce64685d523a0447f0292c0c.tar.xz
anaconda-16d14dd7c4ad0c4dce64685d523a0447f0292c0c.zip
fix for bugzilla 64592
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 2c9897737..692225fb3 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -250,7 +250,7 @@ def upgradeMountFilesystems(intf, rootInfo, oldfsset, instPath):
sys.exit(0)
checkLinks = [ '/etc', '/var', '/var/lib', '/var/lib/rpm',
- '/boot', '/tmp', '/var/tmp' ]
+ '/boot', '/tmp', '/var/tmp', '/root' ]
badLinks = []
for n in checkLinks:
if not os.path.islink(instPath + n): continue