Increase size of disk_full.img

This commit is contained in:
Al Bowles 2022-05-14 15:38:59 -05:00
parent 1a8c4e605e
commit 70cfdcffa6
1 changed files with 3 additions and 3 deletions

View File

@ -2,19 +2,19 @@
"guestfs" : [
{
"name" : "full",
"size" : "10G",
"size" : "25G",
"labels" : ["mbr", "gpt"],
"parts" : [
{
"filesystem" : "ext4",
"type" : "p",
"start" : "4096",
"end" : "10485760"
"end" : "26214400"
},
{
"filesystem" : "ext4",
"type" : "p",
"start" : "10485761",
"start" : "26214401",
"end" : "-4097"
}
],