summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 511e98c17..1b5abe679 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -145,7 +145,6 @@ def mountRootPartition(intf, rootInfo, oldfsset, instPath, allowDirty = 0,
if flags.setupFilesystems:
oldfsset.mountFilesystems(instPath, readOnly = readOnly)
- # XXX we should properly support 'auto' at some point
if (not oldfsset.getEntryByMountPoint("/") or
not oldfsset.getEntryByMountPoint("/").fsystem or
not oldfsset.getEntryByMountPoint("/").fsystem.isMountable()):