diff options
author | Bruno Wolff III <bruno@wolff.to> | 2012-09-19 06:56:28 -0500 |
---|---|---|
committer | Bruno Wolff III <bruno@wolff.to> | 2012-09-19 06:56:28 -0500 |
commit | 41089215b7f65b054badc379c224672c2d3cb14d (patch) | |
tree | 677d01cac49a11e392723e66657613e43ff243ca /fedora-livedvd-games.ks | |
parent | 47cee69cb9aae097556e07720565ffa87c131fb4 (diff) | |
download | spin-kickstarts-41089215b7f65b054badc379c224672c2d3cb14d.tar.gz spin-kickstarts-41089215b7f65b054badc379c224672c2d3cb14d.tar.xz spin-kickstarts-41089215b7f65b054badc379c224672c2d3cb14d.zip |
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.
Diffstat (limited to 'fedora-livedvd-games.ks')
-rw-r--r-- | fedora-livedvd-games.ks | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/fedora-livedvd-games.ks b/fedora-livedvd-games.ks index 60f416b..f5099d0 100644 --- a/fedora-livedvd-games.ks +++ b/fedora-livedvd-games.ks @@ -16,8 +16,8 @@ part / --size 10240 -wine -# Support for joysticks and game pads is now in kernel-modules-extra -kernel-modules-extra +# Allow joysticks and game pads to work +joystick-support # games @@ -196,14 +196,3 @@ games-menus -autodownloader %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 |