2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-08 00:42:28 +00:00
repo/core/baseinit/build

10 lines
135 B
Plaintext
Raw Normal View History

2019-06-20 07:45:35 +00:00
#!/bin/sh -e
2019-06-20 08:32:56 +00:00
mkdir -p "$1/etc/runit"
2019-06-20 07:45:35 +00:00
2019-06-20 07:46:52 +00:00
for f in inittab rc.boot; do
2019-06-20 07:45:35 +00:00
install -m 644 "$f" "$1/etc"
done
2019-06-20 08:32:56 +00:00
cp -R stages "$1/etc/runit"