forked from public/airgap
1
0
Fork 0
airgap/config/buildroot/board/librem13v4/post-build.sh

12 lines
130 B
Bash
Executable File

#!/bin/sh
set -u
set -e
set -x
BOARD_DIR="$(dirname $0)"
cp -f ${BOARD_DIR}/grub.cfg ${TARGET_DIR}/boot/grub/grub.cfg
exit $?