summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--upgrade.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 53013e317..1f1110fed 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -237,7 +237,8 @@ def upgradeMountFilesystems(intf, rootInfo, oldfsset, instPath):
sys.exit(0)
checkLinks = ( '/etc', '/var', '/var/lib', '/var/lib/rpm',
- '/boot', '/tmp', '/var/tmp', '/root' )
+ '/boot', '/tmp', '/var/tmp', '/root',
+ '/bin/sh')
badLinks = []
for n in checkLinks:
if not os.path.islink(instPath + n): continue