aports

Custom Alpine Linux aports

git clone git://git.lin.moe/aports.git

 1#!/bin/sh
 2# A catch-all script which will be executed for all not-configured devices in /etc/mdev.conf
 3
 4umask 022
 5
 6# Log unknown event so we can debug it later.
 7# We hit this part of script if nothing above matched.
 8exit 
 9exec >>/run/mdev.log
10exec 2>&1
11env
12echo '---'