mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-17 12:29:44 +00:00
This is part of the new moby tool work to get a minimal system up that can be expanded. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
# /etc/inittab
|
|
|
|
::sysinit:/etc/init.d/rcS
|
|
::once:/etc/init.d/containerd
|
|
::once:/etc/init.d/containers
|
|
|
|
# Stuff to do for the 3-finger salute
|
|
::ctrlaltdel:/sbin/reboot
|
|
|
|
# Stuff to do before rebooting
|
|
#::shutdown:/sbin/openrc shutdown
|