summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-02-05 18:42:14 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-02-05 18:42:14 +0000
commitca49d334d8bf6de27e909098ea4b7d922530fedb (patch)
treedec3ba2a2a9b17a37a443e277d56652ac59f9c89
parent47409b704c46665e34bc2e6f86d6f72d6d7ef16e (diff)
parent9ccdf54a35f874459d79aa3168db466a9b0c1f85 (diff)
Merge "warning for microcode being ignored when present"
-rwxr-xr-xscripts/mkabl-agl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkabl-agl.sh b/scripts/mkabl-agl.sh
index a3d9ae37e..8483d231d 100755
--- a/scripts/mkabl-agl.sh
+++ b/scripts/mkabl-agl.sh
@@ -451,7 +451,7 @@ if [ -f $HDDIMG_MNT/bzimage ]; then
debug "kernel is bzimage -> vmlinuz"
fi
if [ -f $HDDIMG_MNT/microcode.cpio ]; then
- die "initrd=microcode.cpio is not a supported configuration, change ycoto configuration or use an hddimg as source"
+ warn "initrd=microcode.cpio is not a supported configuration, microcode.cpio has been ignored"
fi
[ -z $KERNEL_TYPE ] && die "Linux kernel type in $HDDIMG is unsupported"