From 9b7dde5b5b34d0f60a868d524ba60fa1ab5cc6b0 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 9 Jul 2018 10:09:56 -0700 Subject: [PATCH] Add hostname (#1599183) iscsi needs the hostname package to function, it now needs to be installed directly due to the network-scripts split from initscripts. Resolves: rhbz#1599183 --- 80-rhel/runtime-install.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/80-rhel/runtime-install.tmpl b/80-rhel/runtime-install.tmpl index ec7b6dd..3908320 100644 --- a/80-rhel/runtime-install.tmpl +++ b/80-rhel/runtime-install.tmpl @@ -105,7 +105,8 @@ installpkg device-mapper-persistent-data installpkg xfsdump ## extra storage packages -installpkg udisks2 udisks2-iscsi +# hostname is needed for iscsi to work, see RHBZ#1599183 +installpkg udisks2 udisks2-iscsi hostname ## extra libblockdev plugins installpkg libblockdev-lvm-dbus