diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2022-06-16 21:28:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-adelie@skarnet.org> | 2022-06-16 21:28:12 +0000 |
commit | 65355eb7145f09bbea6fb0ad93ae862a2f0385cd (patch) | |
tree | b4c0eb13de6296bf2f6d2a6830e1f04153b98434 /system/mdevd/mdev.conf | |
parent | a8f9604ed485c973a6ba5fef3918a09d03ffc6c2 (diff) | |
download | packages-65355eb7145f09bbea6fb0ad93ae862a2f0385cd.tar.gz packages-65355eb7145f09bbea6fb0ad93ae862a2f0385cd.tar.bz2 packages-65355eb7145f09bbea6fb0ad93ae862a2f0385cd.tar.xz packages-65355eb7145f09bbea6fb0ad93ae862a2f0385cd.zip |
Skaware.20220616
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 17b0280a7..8f5a262a5 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 |