os-build-system/rootfs-overlay/common/etc/rc.local

10 lines
159 B
Bash
Executable File

#!/bin/sh
# rc.local for base images
[ -f /etc/ssh/ssh_host_rsa_key.pub ] || ssh-keygen -A
[ -f /etc/part-expand.sh ] && /etc/part-expand.sh
netdata
exit 0