summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-02-01 21:40:17 +0000
committerPeter Jones <pjones@redhat.com>2006-02-01 21:40:17 +0000
commit7ca470f0abc77a5f674a5b05469d35d9a94d0721 (patch)
tree84ef1a496f55e9bc359003cc15b0aa1f606a0da8 /upgrade.py
parent8d77d78ed918263f3a1ea717aa1736535efd83fa (diff)
downloadanaconda-7ca470f0abc77a5f674a5b05469d35d9a94d0721.tar.gz
anaconda-7ca470f0abc77a5f674a5b05469d35d9a94d0721.tar.xz
anaconda-7ca470f0abc77a5f674a5b05469d35d9a94d0721.zip
- add code to make /dev/root as it would be in a non-install environment
(#171662)
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index 924f33edd..5e9df76c8 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -3,7 +3,7 @@
#
# Matt Wilson <msw@redhat.com>
#
-# Copyright 2001-2003 Red Hat, Inc.
+# Copyright 2001-2006 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU
# library public license.
@@ -337,6 +337,7 @@ def upgradeMountFilesystems(intf, rootInfo, oldfsset, instPath):
if flags.setupFilesystems:
oldfsset.turnOnSwap(instPath, upgrading=True)
+ oldfsset.mkDevRoot(instPath)
# move the old pre-convert db back in case of problems
def resetRpmdb(olddb, instPath):