[Host/Kernelcopy] Add support for direct writing into MBR's DAP [Rawimg] Add kernelcopy support
5 lines
No EOL
106 B
Bash
5 lines
No EOL
106 B
Bash
#!/bin/sh
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
cp "$1" "$3"
|
|
"${BASEDIR}/../build/host/kernelcopy/kernelcopy" "$3" "$2" |