summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2011-06-02 11:57:38 -0500
committerDavid Lehman <dlehman@redhat.com>2011-06-08 16:39:32 -0500
commit7b95389cc2c8c58bbadd952a3a65587fa647e1c7 (patch)
tree143f55c3fe6e0581d6283699d21be2751307ebd0 /data
parent822d46af055664891edce1aea7bdaa56d4bb48a3 (diff)
downloadanaconda-7b95389cc2c8c58bbadd952a3a65587fa647e1c7.tar.gz
anaconda-7b95389cc2c8c58bbadd952a3a65587fa647e1c7.tar.xz
anaconda-7b95389cc2c8c58bbadd952a3a65587fa647e1c7.zip
Allow autopart without lvm.
Use LVM by default.
Diffstat (limited to 'data')
-rw-r--r--data/ui/autopart.glade49
1 files changed, 44 insertions, 5 deletions
diff --git a/data/ui/autopart.glade b/data/ui/autopart.glade
index ce4177829..b1346f66d 100644
--- a/data/ui/autopart.glade
+++ b/data/ui/autopart.glade
@@ -24,7 +24,7 @@
<child>
<widget class="GtkTable" id="parttypeTable">
<property name="visible">True</property>
- <property name="n_rows">4</property>
+ <property name="n_rows">5</property>
<property name="n_columns">1</property>
<property name="homogeneous">False</property>
<property name="row_spacing">0</property>
@@ -59,6 +59,45 @@
</child>
<child>
+ <widget class="GtkHBox" id="hbox3">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">0</property>
+
+ <child>
+ <widget class="GtkCheckButton" id="lvmButton">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Use _LVM</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</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>
+ <placeholder/>
+ </child>
+ </widget>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="right_attach">1</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ <property name="x_options">fill</property>
+ <property name="y_options">fill</property>
+ </packing>
+ </child>
+
+ <child>
<widget class="GtkHBox" id="hbox5">
<property name="visible">True</property>
<property name="homogeneous">False</property>
@@ -90,8 +129,8 @@
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
@@ -127,8 +166,8 @@
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
+ <property name="top_attach">4</property>
+ <property name="bottom_attach">5</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>