diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index c01b68069..dabda043c 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -59,8 +59,6 @@ elif [[ "${_ARCH}" == "aarch64" ]]; then _INTEL_UCODE="" _CMDLINE="nr_cpus=1 console=ttyAMA0,115200 console=tty0 loglevel=4 audit=0 systemd.show_status=auto" fi -[[ -n "${_INTEL_UCODE}" ]] && _UKI_INTEL_UCODE="--initrd=${_INTEL_UCODE}" -_UKI_AMD_UCODE="--initrd=${_AMD_UCODE}" ### check for root _root_check() {