warning for microcode being ignored when present 39/13339/1
authorDominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
Thu, 1 Feb 2018 09:03:58 +0000 (10:03 +0100)
committerDominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
Thu, 1 Feb 2018 09:03:58 +0000 (10:03 +0100)
Change-Id: I748d4858c523e8c41d41a9acdd4b117b40937400
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
scripts/mkabl-agl.sh

index a3d9ae3..8483d23 100755 (executable)
@@ -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"