vaio-fixes: automaitcally add i8042.nopnp kernel arg to grub
This is needed to get Sony Vaio Z touchpad working
This commit is contained in:
parent
2387a17e6a
commit
ddd8dabe12
@ -304,6 +304,12 @@ fi
|
||||
Summary: Additional scripts for supporting suspend on Vaio Z laptops
|
||||
Requires: alsa-utils
|
||||
|
||||
%post vaio-fixes
|
||||
grubby --update-kernel=/boot/vmlinuz-2.6.34.1-14.xenlinux.qubes.x86_64 --args="i8042.nopnp=1"
|
||||
|
||||
%postun vaio-fixes
|
||||
grubby --update-kernel=/boot/vmlinuz-2.6.34.1-14.xenlinux.qubes.x86_64 --remove-args="i8042.nopnp=1"
|
||||
|
||||
%description vaio-fixes
|
||||
Additional scripts for supporting suspend on Vaio Z laptops.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user