2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 00:10:58 -06:00
repo/core/baseinit/build

10 lines
135 B
Plaintext
Raw Normal View History

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