Closed mfgbhatti closed 1 year ago
The following code is used in refind, systemd and efistub bootloaders
local KERNEL="$1"
local MICROCODE=""
if [ -n "$INITRD_MICROCODE" ]; then
local MICROCODE="initrd=/$INITRD_MICROCODE"
fi
I will be great if we can concise it to a function
Thanks for the PR! I did some changes in the code review but I merged them in a quite similar form.
You are welcome!
Hi there, I been going through the code, there are some changes I want to propose.