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:
parent
ef35879dde
commit
dfffb18de1
4 changed files with 120 additions and 0 deletions
2
udev/run.sh
Executable file
2
udev/run.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
/bin/sh /root/udev-fic/setup_keys.sh 2>&1 $DEVNAME >> /root/udev-fic/log
|
||||
Reference in a new issue