Increase root filesystem size to 3GB for Atomic variant

Fixes: #6765

The default size of filesystem provided by lorax is 2GB and the
installtree size is gone up to 2.7GB which is failing to copy files
from installtree to created root filesystem.

NOTE: Just increased for x86_64 and ppc64le since aarch64 is fine.

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2017-04-27 11:14:14 -04:00
parent ae2f611637
commit af3d355bbc

View File

@ -752,6 +752,7 @@ ostree_installer = [
"source_repo_from": "Everything",
"release": None,
"installpkgs": ["fedora-productimg-atomic"],
"rootfs_size": "3",
"add_template": ["atomic-installer/lorax-configure-repo.tmpl",
"atomic-installer/lorax-embed-repo.tmpl"],
"add_template_var": [
@ -782,6 +783,7 @@ ostree_installer = [
"source_repo_from": "Everything",
"release": None,
"installpkgs": ["fedora-productimg-atomic"],
"rootfs_size": "3",
"add_template": ["atomic-installer/lorax-configure-repo.tmpl",
"atomic-installer/lorax-embed-repo.tmpl"],
"add_template_var": [