On 23.03.2015 17:12, Thomas Renninger wrote:
> From: Hannes Reinecke <h...@suse.de>
> 
> The fcoe-uefi module should test for EFI firmware when called
> in 'hostonly' mode; of no EFI firmware is found then the module
> doesn't need to be included.
> 
> References: bnc#882412
> 
> Signed-off-by: Hannes Reinecke <h...@suse.de>
> Signed-off-by: Thomas Renninger <tr...@suse.de>
> ---
>  modules.d/95fcoe-uefi/module-setup.sh | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/modules.d/95fcoe-uefi/module-setup.sh 
> b/modules.d/95fcoe-uefi/module-setup.sh
> index 8b8c810..5d8477c 100755
> --- a/modules.d/95fcoe-uefi/module-setup.sh
> +++ b/modules.d/95fcoe-uefi/module-setup.sh
> @@ -2,6 +2,9 @@
>  
>  # called by dracut
>  check() {
> +    [[ $hostonly ]] || [[ $mount_needs ]] && {
> +        [ -d /sys/firmware/efi ] || return 255
> +    }
>      require_binaries dcbtool fipvlan lldpad ip readlink || return 1
>      return 0
>  }
> 

pushed, thanks
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to