diff options
Diffstat (limited to 'runlevels/Makefile.Linux')
-rw-r--r-- | runlevels/Makefile.Linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runlevels/Makefile.Linux b/runlevels/Makefile.Linux index c5649b20..8e086aaf 100644 --- a/runlevels/Makefile.Linux +++ b/runlevels/Makefile.Linux @@ -1,2 +1,6 @@ SYSINIT+= devfs dmesg BOOT+= hwclock keymaps modules mtab net.lo procfs termencoding +SHUTDOWN+= killprocs romount + +# This really belongs with sysvinit +SHUTDOWN+= halt |