From: Vladimir Serbinenko Date: Thu, 7 Jan 2016 14:55:45 +0000 (+0100) Subject: grub-shell: Use new cbfstool syntax. X-Git-Tag: 2.02-beta3~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5eb6225dddaaa90e2e54642f31ca14fadf145b;p=thirdparty%2Fgrub.git grub-shell: Use new cbfstool syntax. --- diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in index 040ef04cd..8f475cd58 100644 --- a/tests/util/grub-shell.in +++ b/tests/util/grub-shell.in @@ -402,7 +402,7 @@ fi if [ x$boot = xcoreboot ]; then imgfile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1 cp "${GRUB_COREBOOT_ROM}" "${imgfile}" - "${GRUB_CBFSTOOL}" "${imgfile}" add-payload "${rom_directory}/coreboot.elf" fallback/payload + "${GRUB_CBFSTOOL}" "${imgfile}" add-payload -f "${rom_directory}/coreboot.elf" -n fallback/payload bootdev="-bios ${imgfile}" device="cdrom " test -z "$debug" || echo "Coreboot image: ${imgfile}" >&2