diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-20 19:50:00 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | df6a566cd30f26e14b76cfc6d4d5b71f5fef9081 (patch) | |
| tree | 2c6b12f2cc9ce417d67aa7ec3f34afd65c9719e6 /resources/post-build.sh | |
| parent | 822a73e84db9c1baa7ebe284c53b838e799e66bf (diff) | |
Working on better output + build system refinement
Diffstat (limited to 'resources/post-build.sh')
| -rw-r--r-- | resources/post-build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/post-build.sh b/resources/post-build.sh new file mode 100644 index 0000000..18335a4 --- /dev/null +++ b/resources/post-build.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +set -u +set -e + +echo "console::respawn:-/bin/sh" >> ${TARGET_DIR}/etc/inittab |
