dracut.sh: fixed typo in microcode generation
parent
5263556ff3
commit
a594b4e357
|
|
@ -1489,7 +1489,7 @@ if [[ $early_microcode = yes ]]; then
|
||||||
dinfo "*** Constructing ${ucode_dest[$idx]} ****"
|
dinfo "*** Constructing ${ucode_dest[$idx]} ****"
|
||||||
if [[ $hostonly ]]; then
|
if [[ $hostonly ]]; then
|
||||||
_src=$(get_ucode_file)
|
_src=$(get_ucode_file)
|
||||||
[[ $src ]] || break
|
[[ $_src ]] || break
|
||||||
[[ -r $_fwdir/$_fw/$_src ]] || break
|
[[ -r $_fwdir/$_fw/$_src ]] || break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue