aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-10-02 14:50:41 +0000
committerTobias Powalowski <tpowa@archlinux.org>2006-10-02 14:50:41 +0000
commit01f15f89c1cf4cdb77c7d0a8ddb37ddabd7df012 (patch)
tree1301a941c85590685723908324313f39c2e73dc4 /rc.shutdown
parent9c34c7c5c8c525ce17a5bf447e40d78741ee15ba (diff)
downloadinitscripts-01f15f89c1cf4cdb77c7d0a8ddb37ddabd7df012.tar.xz
'upgpkg: added psmouse workaround for new broken lappies'
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown3
1 files changed, 3 insertions, 0 deletions
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