diff options
Diffstat (limited to 'system/mdevd/mdev.conf')
-rw-r--r-- | system/mdevd/mdev.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/mdevd/mdev.conf b/system/mdevd/mdev.conf index 1ad0091ad..49f040ca2 100644 --- a/system/mdevd/mdev.conf +++ b/system/mdevd/mdev.conf @@ -37,7 +37,7 @@ mmcblk[0-9].* root:disk 0660 # */opt/mdev/helpers/storage-device 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-nis' without '--write-mactab' param. +# If you don't want to auto-populate /etc/mactab with NICs, run 'settle-nics' without '--write-mactab' param. # -SUBSYSTEM=net;DEVPATH=.*/net/.*;.* root:root 600 @/opt/mdev/helpers/settle-nics --write-mactab net/tun[0-9]* root:kvm 0660 |