-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b76d216
commit 6000403
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|