]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: Do not run udev rule before datadir/sbindir are both mounted
authorDavid Henningsson <david.henningsson@canonical.com>
Fri, 13 Jun 2014 08:04:25 +0000 (10:04 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 13 Jun 2014 09:10:03 +0000 (11:10 +0200)
commitbe4565c84163a158bec5380df6c0201f738c2013
tree8562b89b0239cb98fc74de9516744c0e348027e2
parentc06dbf077459923066c96556678835cd1f55123a
alsactl: Do not run udev rule before datadir/sbindir are both mounted

Sometimes 90-alsa-restore.rules is run before /usr is mounted,
and alsactl restore depends on /usr/share/alsa being present.

If /usr/share/alsa is not present, we're so early in the boot
process that alsa-restore.service (or upstart equivalent) will
run later on.

BugLink: https://bugs.launchpad.net/bugs/1289730
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/90-alsa-restore.rules.in
alsactl/Makefile.am
configure.ac