mirror of
https://abf.rosa.ru/djam/qemoo.git
synced 2025-02-23 17:12:57 +00:00
add sound
This commit is contained in:
parent
e341ffce2e
commit
d3e2f32505
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Setup parameters for qemoo
|
||||
|
||||
# additional parameters for qemu
|
||||
QEMUADD="-vga std -smp 2"
|
||||
QEMUADD="-device ich9-intel-hda -device hda-duplex,audiodev=audio0 -audiodev alsa,id=audio0 -vga std -smp 2"
|
||||
|
||||
# what to do (run or install, default: run)
|
||||
#ACTION='run'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Wrapper for qemu to easy run guest machines
|
||||
Name: qemoo
|
||||
Version: 0.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
Url: https://abf.io/import/qemoo
|
||||
|
|
Loading…
Add table
Reference in a new issue