mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-17 10:41:25 +00:00
Merge pull request #4 from rocky-linux/akatch_issue_80
Increase size of disk_full.img
This commit is contained in:
commit
2b61577caa
@ -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"
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user