]> Git Repo - buildroot-mgba.git/blame - board/pc/post-build.sh
configs/pc_x86_64_efi: use a GPT partition table
[buildroot-mgba.git] / board / pc / post-build.sh
CommitLineData
0b28397a
GD
1#!/bin/sh
2
3set -e
4
5BOARD_DIR=$(dirname "$0")
6
fee29b05
CS
7cp -f "$BOARD_DIR/grub-bios.cfg" "$TARGET_DIR/boot/grub/grub.cfg"
8
9# Copy grub 1st stage to binaries, required for genimage
10cp -f "$HOST_DIR/lib/grub/i387-pc/boot.img" "$BINARIES_DIR"
This page took 0.032683 seconds and 4 git commands to generate.