lorax, comps: disable multipath
It isn't normally needed on desktop systems, but causes dependency loop inside initrd.
This commit is contained in:
parent
e93661ebde
commit
6f94650805
@ -204,7 +204,6 @@
|
||||
<packagereq type="mandatory">bzip2</packagereq>
|
||||
<packagereq type="mandatory">cronie</packagereq>
|
||||
<packagereq type="mandatory">dbus</packagereq>
|
||||
<packagereq type="mandatory">device-mapper-multipath</packagereq>
|
||||
<packagereq type="mandatory">diffutils</packagereq>
|
||||
<packagereq type="mandatory">dmraid</packagereq>
|
||||
<packagereq type="mandatory">dump</packagereq>
|
||||
@ -971,7 +970,6 @@
|
||||
<packagereq>btrfs-progs</packagereq>
|
||||
<packagereq>chkconfig</packagereq>
|
||||
<packagereq>cryptsetup</packagereq>
|
||||
<packagereq>device-mapper-multipath</packagereq>
|
||||
<packagereq>dmraid</packagereq>
|
||||
<packagereq>dosfstools</packagereq>
|
||||
<packagereq>dracut-network</packagereq>
|
||||
|
@ -103,6 +103,7 @@ symlink ../run/install mnt/install
|
||||
append etc/depmod.d/dd.conf "search updates built-in"
|
||||
|
||||
## include additional modules in initramfs
|
||||
append etc/dracut.conf.d/extra-install-modules.conf "add_drivers+=' ehci-pci'"
|
||||
append etc/dracut.conf.d/extra-install-modules.conf "add_drivers+=' ehci-pci '"
|
||||
append etc/dracut.conf.d/extra-install-modules.conf "omit_dracutmodules+=' multipath '"
|
||||
|
||||
## TODO: we could run prelink here if we wanted?
|
||||
|
Loading…
Reference in New Issue
Block a user