5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p $TARGET_DIR/boot/
|
||
|
cp $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr
|