[node-patches] Change in ovirt-node[master]: installer: Match Firmware size + label
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Feb 19 14:14:03 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: installer: Match Firmware size + label
......................................................................
installer: Match Firmware size + label
Change-Id: I1784aa429b0ad4dd110e8a4715a9f200d1af0722
Signed-off-by: Fabian Deutsch <fabiand at redhat.com>
---
M src/ovirt/node/installer/core/storage_vol_page.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/53/24753/1
diff --git a/src/ovirt/node/installer/core/storage_vol_page.py b/src/ovirt/node/installer/core/storage_vol_page.py
index 7964563..eaef02c 100644
--- a/src/ovirt/node/installer/core/storage_vol_page.py
+++ b/src/ovirt/node/installer/core/storage_vol_page.py
@@ -77,7 +77,8 @@
enabled=False),
ui.Entry("storage.root_size", _("Root & RootBackup:"),
enabled=False),
- ui.Label("label[1]", _("(2 partitions at 512MB each)")),
+ ui.Label("label[1]", _("(2 partitions at %sMB each)") %
+ self.model().get("storage.efi_size")),
ui.Divider("divider[2]"),
ui.Entry("storage.swap_size", _("Swap:")),
ui.Entry("storage.config_size", _("Config:")),
--
To view, visit http://gerrit.ovirt.org/24753
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1784aa429b0ad4dd110e8a4715a9f200d1af0722
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list