summaryrefslogtreecommitdiffstats
path: root/ui/autopart.glade
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-12-14 14:51:56 -0500
committerJeremy Katz <katzj@redhat.com>2007-12-14 15:56:43 -0500
commitd618cb3f847b5fd7d358f64d8f6ff24aaff63576 (patch)
treeeffc34847ab41e30ede5dc4530ac989cc7ad0872 /ui/autopart.glade
parentaff923cacd1d45b22ae232a195bb53ab50420505 (diff)
downloadanaconda-d618cb3f847b5fd7d358f64d8f6ff24aaff63576.tar.gz
anaconda-d618cb3f847b5fd7d358f64d8f6ff24aaff63576.tar.xz
anaconda-d618cb3f847b5fd7d358f64d8f6ff24aaff63576.zip
Add support for encryption via autopart.
This allows autopart (of LVM) to set up encrypted PVs to be used and adds the UI for enabling that in graphical mode. It's a little bit hacky as we rely on the fact request.encryption is set and has a passphrase for this to work
Diffstat (limited to 'ui/autopart.glade')
-rw-r--r--ui/autopart.glade19
1 files changed, 19 insertions, 0 deletions
diff --git a/ui/autopart.glade b/ui/autopart.glade
index fb75259eb..166922714 100644
--- a/ui/autopart.glade
+++ b/ui/autopart.glade
@@ -80,6 +80,25 @@
</child>
<child>
+ <widget class="GtkCheckButton" id="encryptButton">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">_Encrypt system</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">True</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
<widget class="GtkLabel" id="selectLabel">
<property name="label" translatable="yes" context="yes">_Select the drive(s) to use for this installation.</property>
<property name="use_underline">True</property>