mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-01 02:11:24 +00:00
The new hiearchy is:
- pkg/{init,mirage-compile}: additional Moby packages
- src/sdk -> the begining of the MirageOS SDK for Moby
- src/dhcp-client -> the code for the MirageOS dhcp-client service
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
16 lines
365 B
Plaintext
16 lines
365 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:/usr/sbin/killall5 -15
|
|
::shutdown:/bin/sleep 5
|
|
::shutdown:/usr/sbin/killall5 -9
|
|
::shutdown:/bin/echo "Unmounting filesystems"
|
|
::shutdown:/bin/umount -a -r
|