-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from cjom/main
Rename essential system scripts
- Loading branch information
Showing
15 changed files
with
25 additions
and
186 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
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
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
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,11 +1,11 @@ | ||
# Rules for USBmount -*- conf -*- | ||
|
||
KERNEL=="sd*", DRIVERS=="sbp2", ACTION=="add", RUN+="/usr/bin/batocera-usbmount add" | ||
KERNEL=="sd*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/bin/batocera-usbmount add" | ||
KERNEL=="ub*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/bin/batocera-usbmount add" | ||
KERNEL=="mmcblk*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/bin/batocera-usbmount add" | ||
KERNEL=="nvme*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/bin/batocera-usbmount add" | ||
KERNEL=="sd*", ACTION=="remove", RUN+="/usr/bin/batocera-usbmount remove" | ||
KERNEL=="ub*", ACTION=="remove", RUN+="/usr/bin/batocera-usbmount remove" | ||
KERNEL=="mmcblk*", ACTION=="remove", RUN+="/usr/bin/batocera-usbmount remove" | ||
KERNEL=="nvme*", ACTION=="remove", RUN+="/usr/bin/batocera-usbmount remove" | ||
KERNEL=="sd*", DRIVERS=="sbp2", ACTION=="add", RUN+="/usr/bin/system-usbmount add" | ||
KERNEL=="sd*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/bin/system-usbmount add" | ||
KERNEL=="ub*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/bin/system-usbmount add" | ||
KERNEL=="mmcblk*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/bin/system-usbmount add" | ||
KERNEL=="nvme*", SUBSYSTEM=="block", ACTION=="add", RUN+="/usr/bin/system-usbmount add" | ||
KERNEL=="sd*", ACTION=="remove", RUN+="/usr/bin/system-usbmount remove" | ||
KERNEL=="ub*", ACTION=="remove", RUN+="/usr/bin/system-usbmount remove" | ||
KERNEL=="mmcblk*", ACTION=="remove", RUN+="/usr/bin/system-usbmount remove" | ||
KERNEL=="nvme*", ACTION=="remove", RUN+="/usr/bin/system-usbmount remove" |
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule buildroot
updated
36 files
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
2 changes: 1 addition & 1 deletion
2
package/core/rescue-system/batocera-mount → package/core/rescue-system/system-mount
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
File renamed without changes.
File renamed without changes.