Fabian Deutsch has uploaded a new change for review. Change subject: presets: Increase default size to 4GB ......................................................................
presets: Increase default size to 4GB Change-Id: I51d0b38d15e5ca4842ecc51c482904f0a59caadd Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/presets.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/28/39828/1 diff --git a/src/ovirt/node/presets.py b/src/ovirt/node/presets.py index 60558f1..c788577 100644 --- a/src/ovirt/node/presets.py +++ b/src/ovirt/node/presets.py @@ -24,6 +24,6 @@ """ BOOT_SIZE = 512 -ROOT_SIZE = 512 +ROOT_SIZE = 4096 TUI_BRAND_COLOR = "dark blue" -- To view, visit https://gerrit.ovirt.org/39828 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I51d0b38d15e5ca4842ecc51c482904f0a59caadd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
