9 lines
116 B
Bash
9 lines
116 B
Bash
#!/bin/bash
|
|
set -e
|
|
source /build/config
|
|
set -x
|
|
|
|
## Boot entries
|
|
mkdir /opt/init.d/
|
|
mv /build/boot/*.sh /opt/init.d/
|