On 23.03.2015 17:12, Thomas Renninger wrote: > From: Christian Rodrigues <[email protected]> > > openSUSE has things stored in different places, so fixup the > paths here. > > Signed-off-by: Christian Rodrigues <[email protected]> > Signed-off-by: Hannes Reinecke <[email protected]> > Signed-off-by: Thomas Renninger <[email protected]> > --- > 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
