6 lines
122 B
Bash
6 lines
122 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
BOARD_DIR="$(dirname $0)"
|
||
|
|
||
|
install -m 0644 -D $BOARD_DIR/extlinux.conf $TARGET_DIR/boot/extlinux/extlinux.conf
|