summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_text.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-04-02 22:05:07 +0000
committerMike Fulbright <msf@redhat.com>2001-04-02 22:05:07 +0000
commit8b0876b1e5f050461c54d2eac63932a4eeba6272 (patch)
treeaf0824e68ee586071ec32abc7c152120defef3f9 /textw/upgrade_text.py
parentb9a37ab2febb820b1d595f4a2564ea7115d70fce (diff)
downloadanaconda-8b0876b1e5f050461c54d2eac63932a4eeba6272.tar.gz
anaconda-8b0876b1e5f050461c54d2eac63932a4eeba6272.tar.xz
anaconda-8b0876b1e5f050461c54d2eac63932a4eeba6272.zip
fix for bug 34360 - make sure you are prompted for bootdisk on partionless unattended upgrade
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r--textw/upgrade_text.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py
index ab95b09c1..35a4006e3 100644
--- a/textw/upgrade_text.py
+++ b/textw/upgrade_text.py
@@ -193,6 +193,13 @@ class UpgradeExamineWindow:
todo.upgradeMountFilesystems (root)
+ # if root is on vfat we want to always display boot floppy screen
+ # otherwise they can't boot!
+ # This check is required for upgradeonly installclass to work so
+ # we only show boot floppy screen in partitonless install case
+ if root[1] == "vfat":
+ todo.instClass.removeFromSkipList("bootdisk")
+
class CustomizeUpgradeWindow:
def __call__ (self, screen, todo, indiv):
rc = ButtonChoiceWindow (screen, _("Customize Packages to Upgrade"),