From b854e8abb7e1ff0b43c9f99e9b641895e4d6c148 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 5 Feb 2024 19:13:08 +0100 Subject: WIP busybox --- rootfs/etc/inittab | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rootfs/etc/inittab (limited to 'rootfs/etc/inittab') diff --git a/rootfs/etc/inittab b/rootfs/etc/inittab new file mode 100644 index 0000000..5f4a5fa --- /dev/null +++ b/rootfs/etc/inittab @@ -0,0 +1,9 @@ +# /etc/inittab init(8) + +::sysinit:/etc/init.d/rcS +::shutdown:/bin/umount -a -r +::restart:/sbin/init + +# this could be really unsafe in production +::respawn:/sbin/getty -L ttyS0 115200 vt100 +ttyS0::respawn:-/bin/login -f root -- cgit v1.2.3