diff options
| author | Jonathan Bauer | 2013-08-01 17:32:36 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-08-01 17:32:36 +0200 |
| commit | 36bc2fac55ed26472f0c18af68c089d0d7fd911e (patch) | |
| tree | d6b3c6f8d9659d2090854c09d9a66d964b90463c /remote/modules | |
| parent | [plymouth] move uni fr theme for plymouth to config for freiburg (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-36bc2fac55ed26472f0c18af68c089d0d7fd911e.tar.gz tm-scripts-36bc2fac55ed26472f0c18af68c089d0d7fd911e.tar.xz tm-scripts-36bc2fac55ed26472f0c18af68c089d0d7fd911e.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/alsa/alsa.build | 5 | ||||
| -rw-r--r-- | remote/modules/alsa/alsa.conf.scientific | 12 |
2 files changed, 16 insertions, 1 deletions
diff --git a/remote/modules/alsa/alsa.build b/remote/modules/alsa/alsa.build index 03e55d72..4d3990b1 100644 --- a/remote/modules/alsa/alsa.build +++ b/remote/modules/alsa/alsa.build @@ -6,7 +6,10 @@ build() { COPYLIST="list_dpkg_output" [ -e "$COPYLIST" ] && rm "$COPYLIST" - list_packet_files >> "$COPYLIST" + + # These shitty greps are 'excludes' for this high quality scientific linux. + list_packet_files | grep -v "^/etc/asound.state" \ + | grep -v "^/etc/modprobe.d/local.conf" >> "$COPYLIST" tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}" } diff --git a/remote/modules/alsa/alsa.conf.scientific b/remote/modules/alsa/alsa.conf.scientific new file mode 100644 index 00000000..643e52d3 --- /dev/null +++ b/remote/modules/alsa/alsa.conf.scientific @@ -0,0 +1,12 @@ +REQUIRED_INSTALLED_PACKAGES=" + module-init-tools + alsa-utils + alsa-lib +" +REQUIRED_CONTENT_PACKAGES=" + module-init-tools + alsa-utils + alsa-lib +" + +# libasound2 |
