Skip to content

Commit

Permalink
Remove the "haspcmica" element from the rules schema
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 21, 2021
1 parent dcfa2f9 commit 90b128b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/autoyast-rnc/rules.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ y2_match_to =
| custom5
| disksize
| domain
| haspcmica
| hostaddress
| hostid
| karch
Expand All @@ -68,7 +67,6 @@ custom4 = element custom4 { match_text & match_type? & script }
custom5 = element custom5 { match_text & match_type? & script }
disksize = element disksize { match_text & match_type? }
domain = element domain { match_text & match_type? }
haspcmica = element haspcmica { match_text & match_type? }
hostaddress = element hostaddress { match_text & match_type? }
hostid = element hostid { match_text & match_type? }
karch = element karch { match_text & match_type? }
Expand Down

0 comments on commit 90b128b

Please sign in to comment.