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 <[email protected]> --- 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/70/24770/1 diff --git a/src/ovirt/node/installer/core/storage_vol_page.py b/src/ovirt/node/installer/core/storage_vol_page.py index bb8f724..008e0e3 100644 --- a/src/ovirt/node/installer/core/storage_vol_page.py +++ b/src/ovirt/node/installer/core/storage_vol_page.py @@ -76,7 +76,8 @@ ui.Entry("storage.efi_size", "UEFI/Bios:", 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/24770 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1784aa429b0ad4dd110e8a4715a9f200d1af0722 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: node-3.0 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
