From bea53ea89c1669dc5fce1a5026ccc94f654b7b31 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sep 04 2024 17:42:27 +0000 Subject: Revert two disk sizes that got accidentally bumped as versions These disk sizes are meant to be 40. It looks like someone did s/40/41/ and then s/41/42/ when doing version bumps to 41 and 42, and didn't catch that the changes to disk_size here were bogus. Signed-off-by: Adam Williamson --- diff --git a/fedora.conf b/fedora.conf index c8977d0..5d4f56e 100644 --- a/fedora.conf +++ b/fedora.conf @@ -223,7 +223,7 @@ image_build = { 'name': 'Fedora-Python-Classroom-Vagrant', 'kickstart': 'fedora-python-classroom-vagrant.ks', 'distro': 'Fedora-22', - 'disk_size': 42, + 'disk_size': 40, 'arches': ['x86_64'], 'repo': 'Everything', 'install_tree_from': 'Everything', @@ -240,7 +240,7 @@ image_build = { 'name': 'Fedora-Scientific-Vagrant', 'kickstart': 'fedora-scientific-vagrant.ks', 'distro': 'Fedora-22', - 'disk_size': 42, + 'disk_size': 40, 'arches': ['x86_64'], 'repo': 'Everything', 'install_tree_from': 'Everything',