diff options
Diffstat (limited to 'installer')
| -rw-r--r-- | installer/run.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/installer/run.sh b/installer/run.sh index ff9ff43..97601d8 100644 --- a/installer/run.sh +++ b/installer/run.sh @@ -233,7 +233,6 @@ pacstrap -K "$_install_path" \ entr \ espeakup \ ethtool \ - exfat-utils \ exfatprogs \ f2fs-tools \ fastfetch \ @@ -486,6 +485,11 @@ cat > "${_install_path}"/etc/udev/rules.d/99-removable.rules <<EOF ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}=="0", ATTR{authorized}="1" EOF +cat > "${_install_path}"/etc/udev/rules.d/99-hidraw.rules <<EOF +# /etc/udev/rules.d/99-hidraw.rules +KERNEL=="hidraw*", SUBSYSTEM=="hidraw", GROUP="wheel", MODE="0660", TAG+="uaccess" +EOF + cat > "${_install_path}"/etc/modprobe.d/v4l2loopback.conf <<EOF options v4l2loopback video_nr=10,11,12 card_label="OBS Virtual Camera,Extra Loopback 1,Extra Loopback 2" EOF |
