summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2008-03-26 13:46:16 -0500
committerDavid Lehman <dlehman@redhat.com>2008-03-28 11:14:39 -0500
commit959d2a65fba2410e365c018fcfebf1eea9463bd3 (patch)
tree634a9a736110620d31628322c76c33d9a93e6f0b /ui
parent37ac28ff3109f307311d595172714588501ee33b (diff)
downloadanaconda-959d2a65fba2410e365c018fcfebf1eea9463bd3.tar.gz
anaconda-959d2a65fba2410e365c018fcfebf1eea9463bd3.tar.xz
anaconda-959d2a65fba2410e365c018fcfebf1eea9463bd3.zip
Partitioning UI for handling of preexisting encrypted devices.
Basic rules are the same for partitions, LVs, RAID devices: - Existing LUKS headers can only be removed if the device is being formatted. - You can create a new filesystem on the device and retain the preexisting LUKS header. - You can add a LUKS header to a non-encrypted preexisting device only if creating a new filesystem on the device. - We prompt for passphrase only for non-preexisting LUKS headers, meaning those that existed when we read the disk layout initially. We do not support adding or changing passphrases for preexisting encrypted devices.
Diffstat (limited to 'ui')
-rw-r--r--ui/lukspassphrase.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/lukspassphrase.glade b/ui/lukspassphrase.glade
index 7daee2055..cb76e6b3f 100644
--- a/ui/lukspassphrase.glade
+++ b/ui/lukspassphrase.glade
@@ -223,8 +223,8 @@
<widget class="GtkDialog" id="passphraseEntryDialog">
<property name="visible">True</property>
<property name="title" translatable="yes">Passphrase</property>
- <property name="type">GTK_WINDOW_POPUP</property>
- <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="type">GTK_WINDOW_TOPLEVEL</property>
+ <property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">True</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>