diff options
| author | 2024-02-22 19:49:16 -0500 | |
|---|---|---|
| committer | 2024-02-22 19:49:16 -0500 | |
| commit | 10d4f7c9ae3601d2e2e4e692f4fb63585bbdab54 (patch) | |
| tree | efc420c9d7868e0385c55c115610c2ec90804ec6 /components | |
| parent | bc0a22eae0da1405a51546e936360c8fec15699f (diff) | |
| download | kiwi-descriptions-10d4f7c9ae3601d2e2e4e692f4fb63585bbdab54.tar.gz kiwi-descriptions-10d4f7c9ae3601d2e2e4e692f4fb63585bbdab54.zip | |
components/boot: Drop duplicate profiles section
Multiple profiles can be defined in a profiles section.
Diffstat (limited to 'components')
| -rw-r--r-- | components/boot.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/boot.xml b/components/boot.xml index ed69597..82d0f6e 100644 --- a/components/boot.xml +++ b/components/boot.xml @@ -1,8 +1,6 @@ <image> <profiles> <profile name="BootCore" description="Boot core packages"/> - </profiles> - <profiles> <profile name="BootCoreUKI" description="Boot core packages for UKI"/> </profiles> <packages type="image" patternType="plusRecommended" profiles="BootCore"> |