From 01f15f89c1cf4cdb77c7d0a8ddb37ddabd7df012 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 2 Oct 2006 14:50:41 +0000 Subject: 'upgpkg: added psmouse workaround for new broken lappies' --- rc.shutdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc.shutdown b/rc.shutdown index 5057466..aae042e 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -57,6 +57,9 @@ else fi stat_done +# removing psmouse module to fix some reboot issues on newer laptops +modprobe -r psmouse >/dev/null 2>&1 + # Write to wtmp file before unmounting /sbin/halt -w -- cgit v1.2.3