0af7d5bc20
Split halt.sh into halt, killprocs, romount and savecache services. The reboot runlevel is removed but mapped to shutdown. The halt script should be moved to the sysvinit package.
7 lines
168 B
Makefile
7 lines
168 B
Makefile
SYSINIT+= devfs dmesg
|
|
BOOT+= hwclock keymaps modules mtab net.lo procfs termencoding
|
|
SHUTDOWN+= killprocs romount
|
|
|
|
# This really belongs with sysvinit
|
|
SHUTDOWN+= halt
|