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:
parent
ae2f611637
commit
af3d355bbc
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user