Diffstat (limited to 'components/common.xml')
| -rw-r--r-- | components/common.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/common.xml b/components/common.xml index 506cf73..64316fa 100644 --- a/components/common.xml +++ b/components/common.xml @@ -1,13 +1,9 @@ <image> <profiles> <profile name="BaseCommon" description="Base common packages"/> - <profile name="HardwareCommon" description="Base common packages for hardware support"/> </profiles> <packages type="image" patternType="plusRecommended" profiles="BaseCommon"> <namedCollection name="standard"/> <ignore name="qemu-user-static"/> <!-- Saves ~100MB --> </packages> - <packages type="image" patternType="plusRecommended" profiles="HardwareCommon"> - <namedCollection name="hardware-support"/> - </packages> </image> |