mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 02:54:22 +00:00
Games: Allow joysticks and game pads to work
This commit is contained in:
parent
cc9bf95427
commit
776252e75a
@ -16,6 +16,9 @@ part / --size 10240
|
|||||||
|
|
||||||
-wine
|
-wine
|
||||||
|
|
||||||
|
# Support for joysticks and game pads is now in kernel-modules-extra
|
||||||
|
kernel-modules-extra
|
||||||
|
|
||||||
# games
|
# games
|
||||||
|
|
||||||
# traditional (big)
|
# traditional (big)
|
||||||
@ -194,3 +197,14 @@ 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