diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-27 05:42:56 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-27 05:42:56 +0000 |
commit | fc15931a2c397bdd7c4168187601f6fdfc06c335 (patch) | |
tree | ca2c2b7f072ad514075f00c18e0a89c6408cb7d8 /textw | |
parent | c160284ab50cd4e4311e8a8396f8c086f6022603 (diff) | |
download | anaconda-fc15931a2c397bdd7c4168187601f6fdfc06c335.tar.gz anaconda-fc15931a2c397bdd7c4168187601f6fdfc06c335.tar.xz anaconda-fc15931a2c397bdd7c4168187601f6fdfc06c335.zip |
move upgrade mounting code into generic function, split bootloader init away from what ever the heck is going on with getting the partition requests set up
Diffstat (limited to 'textw')
-rw-r--r-- | textw/upgrade_text.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py index bb7df7468..0d04cc7d7 100644 --- a/textw/upgrade_text.py +++ b/textw/upgrade_text.py @@ -153,8 +153,7 @@ class UpgradeExamineWindow: if rc == TEXT_BACK_CHECK: return INSTALL_BACK - upgrade.upgradeMountFilesystems (intf, root, id.fsset, chroot) - + id.upgradeRoot = root # if root is on vfat we want to always display boot floppy screen # otherwise they can't boot! |