TeX
Ascii
Deutsch
Français
Cesky
Korean
shutdown -h
CONFIG_APM=y and
CONFIG_APM_POWER_OFF=y. Using make
menuconfig you find them in section "Character devices".
If you have an kernel 2.2 you additionally have to set the option
-p at the halt command in the script
/sbin/init.d/halt.
...
case "$0" in
*halt)
message="The system is halted."
command="halt -p"
;;
*reboot)
...