diff --git a/board/common/rootfs/etc/rc.local b/board/common/rootfs/etc/rc.local new file mode 100644 index 00000000..247a69d2 --- /dev/null +++ b/board/common/rootfs/etc/rc.local @@ -0,0 +1,8 @@ +#!/bin/sh +# This file is run at the very end of runlevel S (bootstrap) +# +# Note: 1) not all initctl commands are allowed here +# 2) ensure the script calls `exit 0` at the end +# + +exit 0