diff options
author | David Lehman <dlehman@redhat.com> | 2009-03-23 22:16:35 -0500 |
---|---|---|
committer | David Lehman <dlehman@redhat.com> | 2009-03-23 22:17:17 -0500 |
commit | faee0d96c7a213acfa4edcba198ad4a398110282 (patch) | |
tree | 2ae039ceea6a481ae3ccec84df2fb1dd6b16bd6a /iw/lvm_dialog_gui.py | |
parent | 3b1206629309d766fc25d529ae3145c9532c8977 (diff) | |
download | anaconda-faee0d96c7a213acfa4edcba198ad4a398110282.tar.gz anaconda-faee0d96c7a213acfa4edcba198ad4a398110282.tar.xz anaconda-faee0d96c7a213acfa4edcba198ad4a398110282.zip |
Add EFI, Apple Bootstrap, and PPC PReP Boot formats.
Diffstat (limited to 'iw/lvm_dialog_gui.py')
-rw-r--r-- | iw/lvm_dialog_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py index 5b07b5807..5bb073213 100644 --- a/iw/lvm_dialog_gui.py +++ b/iw/lvm_dialog_gui.py @@ -417,7 +417,7 @@ class VolumeGroupEditor: newfstypeCombo = createFSTypeMenu(format, fstypechangeCB, mountCombo, - ignorefs = ["software RAID", "physical volume (LVM)", "vfat", "PPC PReP Boot", "hfs"]) + ignorefs = ["software RAID", "physical volume (LVM)", "efi", "PPC PReP Boot", "Apple Bootstrap"]) lbl.set_mnemonic_widget(newfstypeCombo) maintable.attach(newfstypeCombo, 1, 2, row, row + 1) row += 1 |