diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2006-10-02 14:50:41 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2006-10-02 14:50:41 +0000 |
commit | 01f15f89c1cf4cdb77c7d0a8ddb37ddabd7df012 (patch) | |
tree | 1301a941c85590685723908324313f39c2e73dc4 /rc.shutdown | |
parent | 9c34c7c5c8c525ce17a5bf447e40d78741ee15ba (diff) |
'upgpkg: added psmouse workaround for new broken lappies'
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 3 |
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 |