board/common: include a default (empty) rc.local as example

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-01-16 19:15:40 +01:00
parent 9cda32b4f5
commit 59a2abb203
+8
View File
@@ -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