mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-12-22 01:58:30 +00:00
Increase size of disk_full.img
This commit is contained in:
parent
1a8c4e605e
commit
70cfdcffa6
@ -2,19 +2,19 @@
|
|||||||
"guestfs" : [
|
"guestfs" : [
|
||||||
{
|
{
|
||||||
"name" : "full",
|
"name" : "full",
|
||||||
"size" : "10G",
|
"size" : "25G",
|
||||||
"labels" : ["mbr", "gpt"],
|
"labels" : ["mbr", "gpt"],
|
||||||
"parts" : [
|
"parts" : [
|
||||||
{
|
{
|
||||||
"filesystem" : "ext4",
|
"filesystem" : "ext4",
|
||||||
"type" : "p",
|
"type" : "p",
|
||||||
"start" : "4096",
|
"start" : "4096",
|
||||||
"end" : "10485760"
|
"end" : "26214400"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filesystem" : "ext4",
|
"filesystem" : "ext4",
|
||||||
"type" : "p",
|
"type" : "p",
|
||||||
"start" : "10485761",
|
"start" : "26214401",
|
||||||
"end" : "-4097"
|
"end" : "-4097"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user