Tejun Heo wrote:
Renato S. Yamane wrote:
Tejun Heo wrote:
Renato S. Yamane wrote:
Fixed. Patch is attached. Thanks!
Can you write up something for other debian users so that it can be
included in the linux-ata page && cc Jeff Garzik?
Sorry my friend, but I don't have e-mail from Jeff Garzik.
cc'd.
Jeff, patch is attached.
When I shutdown my laptop, I receive some warnings about linux-ata.
Tejun suggest remove -h option on halt script and this work fine.
Regards,
Renato
--- /etc/init.d/halt 2007-10-23 08:33:25.000000000 -0200
+++ /etc/init.d/halt2 2007-10-23 08:31:47.000000000 -0200
@@ -44,7 +44,7 @@ do_stop () {
hddown=""
if grep -qs '^md.*active' /proc/mdstat
then
- hddown="-h"
+ hddown=""
fi
# If INIT_HALT=HALT don't poweroff.