mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-02-22 23:24:32 +00:00
Allow joysticks and game pads to work on live image
Use the joystick-support package to support joysticks and game pads instead of doing it in post install.
This commit is contained in:
parent
47cee69cb9
commit
41089215b7
@ -16,8 +16,8 @@ part / --size 10240
|
|||||||
|
|
||||||
-wine
|
-wine
|
||||||
|
|
||||||
# Support for joysticks and game pads is now in kernel-modules-extra
|
# Allow joysticks and game pads to work
|
||||||
kernel-modules-extra
|
joystick-support
|
||||||
|
|
||||||
# games
|
# games
|
||||||
|
|
||||||
@ -196,14 +196,3 @@ games-menus
|
|||||||
-autodownloader
|
-autodownloader
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
|
||||||
# Load drivers needed for joysticks and game pads so they work out on
|
|
||||||
# the live image without futzing where possible.
|
|
||||||
cat > /etc/modules-load.d/joystick.conf << EOF
|
|
||||||
joydev
|
|
||||||
analog
|
|
||||||
EOF
|
|
||||||
chmod 755 /etc/modules-load.d/joystick.conf
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
Loading…
Reference in New Issue
Block a user