2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/core/baseinit/build
2019-06-20 11:32:56 +03:00

10 lines
135 B
Bash
Executable File

#!/bin/sh -e
mkdir -p "$1/etc/runit"
for f in inittab rc.boot; do
install -m 644 "$f" "$1/etc"
done
cp -R stages "$1/etc/runit"