diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-02-05 18:42:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-02-05 18:42:14 +0000 |
commit | ca49d334d8bf6de27e909098ea4b7d922530fedb (patch) | |
tree | dec3ba2a2a9b17a37a443e277d56652ac59f9c89 | |
parent | 47409b704c46665e34bc2e6f86d6f72d6d7ef16e (diff) | |
parent | 9ccdf54a35f874459d79aa3168db466a9b0c1f85 (diff) |
Merge "warning for microcode being ignored when present"
-rwxr-xr-x | scripts/mkabl-agl.sh | 2 |
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" |