From 5e4c7fec07e6f967549dcd7be30c365673c4c602 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Aug 03 2020 13:00:42 +0000 Subject: fedora-live-base: Exclude fcoe-utils and device-mapper-multipath from %packages As discussed here: https://fedoraproject.org/wiki/Changes/RemoveDeviceMapperMultipathFromWorkstationLiveCD And on the anaconda devel list, we do not want device-mapper-multipath on the livecd / on installs done from the livecd, because rather then properly supporting hotplug udev add/change events it brings in the long obsolete systemd-udev-settle.service which causes significant delays during boot. Since multipath is very much a data-center / server only feature we can simply exclude it from the livecd to get rid of the dependency on systemd-udev-settle.service . We also need to exclude fcoe-utils since that depends on device-mapper-multipath. Since FCOE too is a data-center / server only feature, we can simply exclude fcoe-utils too. --- diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 53c395e..54eacc8 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -52,6 +52,10 @@ anaconda anaconda-install-env-deps anaconda-live @anaconda-tools +# Anaconda has a weak dep on this and we don't want it on livecds, see +# https://fedoraproject.org/wiki/Changes/RemoveDeviceMapperMultipathFromWorkstationLiveCD +-fcoe-utils +-device-mapper-multipath # Need aajohan-comfortaa-fonts for the SVG rnotes images aajohan-comfortaa-fonts