1#!/bin/sh
2
3BOARD_DIR="$(dirname "$0")"
4
5install -m 0644 -D "$BOARD_DIR"/extlinux.conf "$BINARIES_DIR"/extlinux/extlinux.conf
6