diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2021-09-26 19:36:07 +0000 |
---|---|---|
committer | Laurent Bercot <ska-adelie@skarnet.org> | 2021-09-26 19:36:07 +0000 |
commit | 3816f90053f62e67243c7562107291177249323f (patch) | |
tree | 6f17d296d6b78f1695c8a17c52c9515cba58cc31 /system/mdevd/mdev.conf | |
parent | 9a98e2907ec1a5f36e40e9b60c20cf74a7622c3a (diff) | |
download | packages-3816f90053f62e67243c7562107291177249323f.tar.gz packages-3816f90053f62e67243c7562107291177249323f.tar.bz2 packages-3816f90053f62e67243c7562107291177249323f.tar.xz packages-3816f90053f62e67243c7562107291177249323f.zip |
Upgrade skarnet.org packages to the latest version
Diffstat (limited to 'system/mdevd/mdev.conf')
-rw-r--r-- | system/mdevd/mdev.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/mdevd/mdev.conf b/system/mdevd/mdev.conf index 49f040ca2..17b0280a7 100644 --- a/system/mdevd/mdev.conf +++ b/system/mdevd/mdev.conf @@ -34,7 +34,7 @@ md[0-9]* root:disk 0660 # */opt/mdev/helpers/storage-device dm-[0-9]* root:disk 0660 # */opt/mdev/helpers/storage-device bcache[0-9]* root:disk 0660 # */opt/mdev/helpers/storage-device mmcblk[0-9].* root:disk 0660 # */opt/mdev/helpers/storage-device -sr[0-9]* root:cdrom 0660 @ln -sf $MDEV cdrom +sr[0-9]* root:cdrom 0660 +ln -sf $MDEV cdrom # Run settle-nics every time new NIC appear. # If you don't want to auto-populate /etc/mactab with NICs, run 'settle-nics' without '--write-mactab' param. @@ -60,7 +60,7 @@ rd!(.*) root:disk 0660 =rd/%1 agpgart root:root 0660 # >misc/ psaux root:root 0660 # >misc/ -rtc[0-9]* root:root 0600 @ln -sf $MDEV rtc +rtc[0-9]* root:root 0600 +ln -sf $MDEV rtc # input stuff SUBSYSTEM=input;.* root:input 0660 |