On 20.11.2014 15:56, Thomas Renninger wrote:
> From: Hannes Reinecke <h...@suse.de>
> 
> multipathd is using pthreads, which require libgcc_s for
> pthread_cancel to work. Without it multipathd might crash
> with SIGABRT.
> 
> Signed-off-by: Hannes Reinecke <h...@suse.de>
> Signed-off-by: Thomas Renninger <tr...@suse.de>
> ---
>  modules.d/90multipath/module-setup.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/modules.d/90multipath/module-setup.sh 
> b/modules.d/90multipath/module-setup.sh
> index 3c2e3a9..7a60b2e 100755
> --- a/modules.d/90multipath/module-setup.sh
> +++ b/modules.d/90multipath/module-setup.sh
> @@ -87,6 +87,7 @@ install() {
>      inst $(command -v partx) /sbin/partx
>  
>      inst_libdir_file "libmultipath*" "multipath/*"
> +    inst_libdir_file 'libgcc_s.so*'
>  
>      if dracut_module_included "systemd"; then
>          inst_multiple \
> 

applied, 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