Fix select root needle (#33)

* Fix Select Root needle

* Fix selecting RAID for root needle

Co-authored-by: lumarel <lumarel@users.noreply.github.com>
This commit is contained in:
Lukas Magauer 2021-08-24 23:51:39 +02:00 committed by GitHub
parent 867c834571
commit 1188c63aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"area": [
{
"ypos": 270,
"type": "match",
"width": 119,
"xpos": 500,
"height": 49
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"ENV-FLAVOR-server",
"LANGUAGE-english",
"anaconda_part_device_type"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"ypos": 325,
"type": "match",
"width": 68,
"height": 23,
"xpos": 505
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"anaconda_part_device_type_raid"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,17 @@
{
"area": [
{
"ypos": 136,
"type": "match",
"width": 79,
"height": 16,
"xpos": 42
}
],
"properties": [],
"tags": [
"ENV-DISTRI-rocky",
"ENV-FLAVOR-server",
"anaconda_part_select_root"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB