mirror of
https://github.com/rocky-linux/createhdds.git
synced 2025-01-08 17:20:55 +00:00
hdds.json: we don't use GPT-labelled 'shrink' image
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c1b0ddc39e
commit
21b66d28ed
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
{
|
{
|
||||||
"name" : "shrink",
|
"name" : "shrink",
|
||||||
"size" : "10G",
|
"size" : "10G",
|
||||||
"labels" : ["mbr", "gpt"],
|
"labels" : ["mbr"],
|
||||||
"filesystems" : ["ext4", "ntfs"],
|
"filesystems" : ["ext4", "ntfs"],
|
||||||
"parts" : [
|
"parts" : [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue