]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
grub-shell: Use new cbfstool syntax.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 7 Jan 2016 14:55:45 +0000 (15:55 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 7 Jan 2016 14:55:45 +0000 (15:55 +0100)
tests/util/grub-shell.in

index 040ef04cd9c78a182411999b61bd5ee7a569fa58..8f475cd58ccf651af9a5f50bcbb3177fad2b4dda 100644 (file)
@@ -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