lorax: Install fcoe-utils
Explicitly install the fcoe-utils package on the boot.iso. It is a weak dependency of anaconda-install-env-deps.
This commit is contained in:
parent
48b268dc9e
commit
c2a3b7dbf3
@ -103,6 +103,9 @@ installpkg xfsdump
|
|||||||
## extra storage packages
|
## extra storage packages
|
||||||
# hostname is needed for iscsi to work, see RHBZ#1593917
|
# hostname is needed for iscsi to work, see RHBZ#1593917
|
||||||
installpkg udisks2 udisks2-iscsi hostname
|
installpkg udisks2 udisks2-iscsi hostname
|
||||||
|
%if basearch in ("i386", "x86_64"):
|
||||||
|
installpkg fcoe-utils
|
||||||
|
%endif
|
||||||
|
|
||||||
## extra libblockdev plugins
|
## extra libblockdev plugins
|
||||||
installpkg libblockdev-lvm-dbus
|
installpkg libblockdev-lvm-dbus
|
||||||
|
Loading…
Reference in New Issue
Block a user