Merge pull request #4 from rocky-linux/akatch_issue_80

Increase size of disk_full.img
This commit is contained in:
StackKorora 2022-05-16 10:33:13 -05:00 committed by GitHub
commit 2b61577caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
],