diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-19 14:31:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-19 14:31:37 +0000 |
commit | 8ea0a331d12b9b325c3bfe5156c45847b5329c10 (patch) | |
tree | 9dd0754fc9abfeed6d5a0f63a2beb2ec3e6fae2c | |
parent | 4ea5ccd767657b2e356d1674ac3ef35cbf352319 (diff) | |
download | drakx-8ea0a331d12b9b325c3bfe5156c45847b5329c10.tar drakx-8ea0a331d12b9b325c3bfe5156c45847b5329c10.tar.gz drakx-8ea0a331d12b9b325c3bfe5156c45847b5329c10.tar.bz2 drakx-8ea0a331d12b9b325c3bfe5156c45847b5329c10.tar.xz drakx-8ea0a331d12b9b325c3bfe5156c45847b5329c10.zip |
add alsa-utils (used by service "sound" to configure alsa devices)
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index 8a64ce854..9b4ddcfc7 100755 --- a/move/make_live +++ b/move/make_live @@ -31,6 +31,7 @@ sub installPackages { meta_class => 'desktop', default_packages => [ qw(XFree86-server XFree86-xfs XFree86-FBDev), + qw(alsa-utils), qw(acpi acpid), #- so that removing acpi=ht will work qw(mountloop), #- crypted folders qw(dnotify), #- notification of /etc changes |