From bcbf7c6c9fc7d8a96b1d5c4cc9247b85fe3da2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Sun, 10 Apr 2022 18:17:21 +0200 Subject: Move towards custom packages. Change the build image process in a way that custom-built packages can be utilized. This means a simpler `Makefile` since every modification is implemented on the level of packages. Include the sources for every customized package. --- aports/base-layout/inittab | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 aports/base-layout/inittab (limited to 'aports/base-layout/inittab') diff --git a/aports/base-layout/inittab b/aports/base-layout/inittab new file mode 100644 index 0000000..d4dbd79 --- /dev/null +++ b/aports/base-layout/inittab @@ -0,0 +1,6 @@ +::sysinit:/sbin/openrc sysinit +::sysinit:/sbin/openrc boot +::wait:/sbin/openrc default +::restart:/sbin/init +ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 +::shutdown:/sbin/openrc shutdown -- cgit v1.2.3