mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-16 02:01:24 +00:00
Drop minimal image size back down to 10GB
We bumped it for the live image build update test, but I tweaked that to use a separate scratch disk now, so the base image no longer needs to be so big. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ecc183e890
commit
0bbe629647
@ -132,7 +132,7 @@
|
|||||||
"stable": ["x86_64"],
|
"stable": ["x86_64"],
|
||||||
"branched": ["x86_64"]
|
"branched": ["x86_64"]
|
||||||
},
|
},
|
||||||
"size" : "20",
|
"size" : "10",
|
||||||
"imgver": "3"
|
"imgver": "3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -141,7 +141,7 @@
|
|||||||
"-1" : ["x86_64"],
|
"-1" : ["x86_64"],
|
||||||
"-2" : ["x86_64"]
|
"-2" : ["x86_64"]
|
||||||
},
|
},
|
||||||
"size" : "20",
|
"size" : "10",
|
||||||
"imgver": "3",
|
"imgver": "3",
|
||||||
"bootopts": "uefi"
|
"bootopts": "uefi"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user