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

9 lines
108 B
Plaintext
Raw Normal View History

2019-06-20 07:45:35 +00:00
#!/bin/sh -e
install -dm 755 "$1/etc"
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