ahmed,
I'm not 100% sure of this, so don't do this until someone else can confirm if this is a good option to you or not.
Hopefully cwwilson or one of the other guys who have been here a while can confirm this.
I have seen that people use the following command to their lilo boot loader.
I think you may need to add this to your lilo file:
append="apm=power-off"
so that as root you would edit the top section of your "/etc/lilo.conf" file to look like something like this (
this is mine modified to demonstrate where the changes would take place):
Quote:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
#compact # faster, but won't work on all systems.
prompt
append="apm=power-off"
|
then after you save your changes to the lilo file, you simply run as root in your console "lilo" and it updates the bootloader.
the reason that I caution you to wait and verify is that lilo is your boot loader, and if the file get's messed up there is the chance of you not being able to boot your pc up.
be sure you have a slackware boot disk &/or slackware-install-cd1 whenever you make changes to your lilo.
but I think this might help you.