diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-21 15:25:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-21 23:18:11 +0300 |
commit | 4010357362bf056a308e24e527171f4faa5018e3 (patch) | |
tree | 24278883e2ef8f1abbc42eeaf01ee4627bbd1a4b /core/busybox/files/inittab | |
parent | 5a43745962c63efa64bc6295131d3f0d5690181e (diff) | |
download | repository-4010357362bf056a308e24e527171f4faa5018e3.tar.gz |
busybox: build init on the busybox package
Diffstat (limited to 'core/busybox/files/inittab')
-rw-r--r-- | core/busybox/files/inittab | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/busybox/files/inittab b/core/busybox/files/inittab new file mode 100644 index 00000000..62cf6cc9 --- /dev/null +++ b/core/busybox/files/inittab @@ -0,0 +1,3 @@ +::sysinit:/usr/lib/init/rc.boot +::restart:/sbin/init +::shutdown:/usr/lib/init/rc.shutdown |