diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-20 22:49:49 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 2ac4a6e1d3b6440de22d95f48454d6282c78726d (patch) | |
| tree | 2496adbdf994c0bf574fbcc62486d244d9673d8b /resources/post-build.sh | |
| parent | 1b0338a0546b760e8a7ffa61b38c410a166aae7c (diff) | |
| parent | 36cecb722fb66d35cdbf69ebcf2aa6f49bfc082b (diff) | |
Merge branch 'pi'
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 |
