Skip to content

Commit

Permalink
updated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Apr 26, 2022
1 parent b76d216 commit 6000403
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup/docker-arm.rules
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# docker-arm.rules
# user udev rule to launch ARM automagically whenever new media is inserted
#
# this rule will trigger twice
# 1. for the media change event (script exits early in this case)
# 2. after udev rules have loaded media details
# ID_CDROM_MEDIA_BD = Bluray
# ID_CDROM_MEDIA_DVD = DVD
# ID_CDROM_MEDIA_CD = CD
ACTION=="change", SUBSYSTEM=="block", RUN+="/opt/arm/scripts/docker/docker_arm_wrapper.sh %k"

0 comments on commit 6000403

Please sign in to comment.