On 23.03.2015 17:12, Thomas Renninger wrote:
> From: Christian Rodrigues <crrodrig...@opensuse.org>
> 
> openSUSE has things stored in different places, so fixup the
> paths here.
> 
> Signed-off-by: Christian Rodrigues <crrodrig...@opensuse.org>
> Signed-off-by: Hannes Reinecke <h...@suse.de>
> Signed-off-by: Thomas Renninger <tr...@suse.de>
> ---
>  dracut.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dracut.sh b/dracut.sh
> index 17bf8f2..1aa7d31 100755
> --- a/dracut.sh
> +++ b/dracut.sh
> @@ -809,7 +809,7 @@ stdloglvl=$((stdloglvl + verbosity_mod_l))
>  [[ $mdadmconf_l ]] && mdadmconf=$mdadmconf_l
>  [[ $lvmconf_l ]] && lvmconf=$lvmconf_l
>  [[ $dracutbasedir ]] || dracutbasedir=/usr/lib/dracut
> -[[ $fw_dir ]] || fw_dir="/lib/firmware/updates /lib/firmware"
> +[[ $fw_dir ]] || fw_dir="/lib/firmware/updates /lib/firmware 
> /lib/firmware/$kernel"
>  [[ $tmpdir_l ]] && tmpdir="$tmpdir_l"
>  [[ $tmpdir ]] || tmpdir=/var/tmp
>  [[ $INITRD_COMPRESS ]] && compress=$INITRD_COMPRESS
> 

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