diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-23 13:34:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-23 13:34:14 +0200 |
commit | aada713bf3ce15edc235748f26bf1ebdc41bb386 (patch) | |
tree | 6da73fc5e78848fc0e2324651813dd832dacc4d9 /bin/g-i-installation.sh | |
parent | 4f7a7d0bfa4ca71f2822e641b6517340ed447340 (diff) | |
download | jenkins.debian.net-aada713bf3ce15edc235748f26bf1ebdc41bb386.tar.xz |
g-i: enable less sound hw
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index cfb74736..ceb2636f 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -259,7 +259,7 @@ bootstrap_system() { EXTRA_APPEND="$EXTRA_APPEND rescue/enable=true" ;; debian-edu_*ltsp-server|debian-edu_*combi-server) - QEMU_OPTS="$QEMU_OPTS -net nic,vlan=1 -net user,vlan=1 -soundhw all" + QEMU_OPTS="$QEMU_OPTS -net nic,vlan=1 -net user,vlan=1 -soundhw es1370" EXTRA_APPEND="$EXTRA_APPEND netcfg/choose_interface=auto" ;; *) ;; |