diff --git a/Alpine/Configs/inittab.conf b/Alpine/Configs/inittab.conf new file mode 100644 index 0000000..9fc336c --- /dev/null +++ b/Alpine/Configs/inittab.conf @@ -0,0 +1,11 @@ +::sysinit:/sbin/openrc sysinit +::sysinit:/sbin/openrc boot +::wait:/sbin/openrc default + +::respawn:/sbin/getty 38400 console + +::ctrlaltdel:/sbin/reboot + +::shutdown:/sbin/openrc shutdown +tty1::respawn:/sbin/getty 38400 tty1 +tty2::respawn:/sbin/getty 38400 tty2 \ No newline at end of file