Diffstat (limited to 'components/common.xml')
| -rw-r--r-- | components/common.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/common.xml b/components/common.xml index 506cf73..72bfb41 100644 --- a/components/common.xml +++ b/components/common.xml @@ -1,13 +1,8 @@ <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> |