aarch64: workstation: increase disk to 8Gb as it doesn't fit

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2017-04-18 18:41:26 +01:00
parent 61bf74d401
commit 86eae3279e

View File

@ -431,7 +431,7 @@ image_build = {
'name': 'Fedora-Workstation',
'kickstart': 'fedora-disk-workstation.ks',
'distro': 'Fedora-22',
'disk_size': 7,
'disk_size': 8,
'arches': ['aarch64'],
'repo_from': 'Workstation',
'install_tree_from': 'Workstation',