diff options
| author | Simon Rettberg | 2013-06-13 12:29:23 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-06-13 12:29:23 +0200 |
| commit | 17fc73aae0d2a022de67cc94b3aece14f3d66afd (patch) | |
| tree | ae44f7cd775a1c70a440128ab17fea5a6d85a803 /remote/modules/alsa | |
| parent | Revert "[xorg] udev rules are copied to correct location now" (diff) | |
| download | tm-scripts-17fc73aae0d2a022de67cc94b3aece14f3d66afd.tar.gz tm-scripts-17fc73aae0d2a022de67cc94b3aece14f3d66afd.tar.xz tm-scripts-17fc73aae0d2a022de67cc94b3aece14f3d66afd.zip | |
[systemd] add libacl-dev package to required installed packages
[alsa] include alsamixer for easier manual sound config
Diffstat (limited to 'remote/modules/alsa')
| -rw-r--r-- | remote/modules/alsa/alsa.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remote/modules/alsa/alsa.conf b/remote/modules/alsa/alsa.conf index 2c3d7294..0e7a41ec 100644 --- a/remote/modules/alsa/alsa.conf +++ b/remote/modules/alsa/alsa.conf @@ -2,7 +2,9 @@ REQUIRED_CONTENT_PACKAGES=" alsa-utils alsa-base libasound2 " -REQUIRED_BINARIES=" amixer +REQUIRED_BINARIES=" + amixer + alsamixer " REQUIRED_DIRECTORIES=" /usr/share/alsa /etc/modprobe.d |
