Skip to content

Commit

Permalink
Merge pull request #1016 from NeroReflex/move_udev_rules
Browse files Browse the repository at this point in the history
Move udev rules
  • Loading branch information
NeroReflex authored Aug 29, 2024
2 parents bf009ef + 1a9870f commit 6ec3727
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export PACKAGES="\
dosbox \
efibootmgr \
epiphany \
ethtool \
evtest \
fakeroot \
ffmpeg \
Expand Down Expand Up @@ -287,13 +286,6 @@ postinstallhook() {
${USERNAME} ALL=(ALL) NOPASSWD: /usr/share/chimera/bin/power-tool
" >/etc/sudoers.d/chimera

# download and add racing wheel udev rules
pushd /usr/lib/udev/rules.d
curl -L -O https://raw.githubusercontent.com/berarma/oversteer/master/data/udev/99-fanatec-wheel-perms.rules
curl -L -O https://raw.githubusercontent.com/berarma/oversteer/master/data/udev/99-logitech-wheel-perms.rules
curl -L -O https://raw.githubusercontent.com/berarma/oversteer/master/data/udev/99-thrustmaster-wheel-perms.rules
popd

# Remove build tools for slimmer image
rm /usr/share/libalpm/hooks/70-dkms-install.hook
rm /usr/share/libalpm/hooks/70-dkms-upgrade.hook
Expand Down
1 change: 0 additions & 1 deletion rootfs/etc/udev/rules.d/00-ntfs3-default-mount.rules

This file was deleted.

1 change: 0 additions & 1 deletion rootfs/etc/udev/rules.d/81-wol.rules

This file was deleted.

0 comments on commit 6ec3727

Please sign in to comment.