3 lines
111 B
Bash
3 lines
111 B
Bash
#!/bin/sh
|
|
mkimage -A arm -O linux -a 0 -e 0 -T script -C none -n "EfikaMX Boot Script" -d boot.script boot.scr
|