diff options
| author | 2024-11-23 11:55:35 -0500 | |
|---|---|---|
| committer | 2024-11-23 12:50:14 -0500 | |
| commit | 93220f3c232fdddc4abf2ff058f2175fbbf874a8 (patch) | |
| tree | 89976b8536c1908b723b7f28a4705886322bdaca /components/liveinstall.xml | |
| parent | cc9d69ca35c866b570392e91c592471ee0decb55 (diff) | |
| download | kiwi-descriptions-93220f3c232fdddc4abf2ff058f2175fbbf874a8.tar.gz kiwi-descriptions-93220f3c232fdddc4abf2ff058f2175fbbf874a8.zip | |
components/liveinstall: Exclude uncommon and unneeded storage tools
This saves some space and brings us closer to the old Lorax-based
live media.
Diffstat (limited to 'components/liveinstall.xml')
| -rw-r--r-- | components/liveinstall.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index 66a582a..12891ff 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -48,6 +48,8 @@ <package name="livesys-scripts"/> <package name="btrfs-progs"/> <package name="udisks2-btrfs"/> + <ignore name="device-mapper-multipath"/> + <ignore name="fcoe-utils"/> <ignore name="gfs2-utils"/> </packages> </image> |