Add udev rule and scripts used to flash the USB sticks

Original work by Alexis Daviot <alexis.daviot@epita.fr>
This commit is contained in:
nemunaire 2019-01-19 08:10:23 +01:00
commit dfffb18de1
4 changed files with 120 additions and 0 deletions

1
udev/1-usb.rules Normal file
View file

@ -0,0 +1 @@
ACTION=="add",SUBSYSTEMS=="usb",ATTR{partition}=="1",ATTRS{idVendor}=="14cd", ATTRS{idProduct}=="2536",SYMLINK+="fickey",RUN+="/root/udev-fic/run.sh"