Skip to content

Commit

Permalink
Merge pull request #2242 from OSInside/allow_squashfscompression_for_…
Browse files Browse the repository at this point in the history
…plain_squashfs

Allow squashfscompression for plain squashfs
  • Loading branch information
Conan-Kudo committed Feb 5, 2023
2 parents e8af0b5 + 216a8c4 commit ccae50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kiwi/schema/kiwi.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ div {
}
>> sch:pattern [ id = "squashfscompression" is-a = "image_type"
sch:param [ name = "attr" value = "squashfscompression" ]
sch:param [ name = "types" value = "oem pxe kis iso" ]
sch:param [ name = "types" value = "oem pxe kis iso squashfs" ]
]
k.type.verity_blocks.attribute =
## Specifies to create a dm verity hash from the number of
Expand Down
2 changes: 1 addition & 1 deletion kiwi/schema/kiwi.rng
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ structure</a:documentation>
</attribute>
<sch:pattern id="squashfscompression" is-a="image_type">
<sch:param name="attr" value="squashfscompression"/>
<sch:param name="types" value="oem pxe kis iso"/>
<sch:param name="types" value="oem pxe kis iso squashfs"/>
</sch:pattern>
</define>
<define name="k.type.verity_blocks.attribute">
Expand Down

0 comments on commit ccae50c

Please sign in to comment.