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