Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Increase rootfs size to 2GB ......................................................................
recipe: Increase rootfs size to 2GB This is needed because more packages are pulled in and packages get larger. Change-Id: Iac2dceb4a62dae1c808b793c53fe6a30e08379c0 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-install.ks.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/26/20226/1 diff --git a/recipe/common-install.ks.in b/recipe/common-install.ks.in index 74450f1..4acae15 100644 --- a/recipe/common-install.ks.in +++ b/recipe/common-install.ks.in @@ -5,7 +5,7 @@ selinux --enforcing firewall --disabled # TODO: the sizing of the image needs to be more dynamic -part / --size 1536 --fstype ext2 +part / --size 2048 --fstype ext2 # additional default boot parameters # Need to use deadline Scheduler for performance, rhbz#647301 -- To view, visit http://gerrit.ovirt.org/20226 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iac2dceb4a62dae1c808b793c53fe6a30e08379c0 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
