diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-02-28 15:05:51 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-02-28 15:05:51 +0106 |
| commit | 62cd712f3427f8618c3eac47418aa3bc425d0c48 (patch) | |
| tree | 0e74ec1715ac4926316a406eb5f38e3371f39c63 | |
| parent | fd7e64b0a1ee69ddf608ed0f5ad4867f0f5277d8 (diff) | |
lx-trainer-vm: add required preseeding for jackd2
When installing jackd2, it is required that the user choose
if realtime options are allowed. Say "yes" in the preseeding.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index aed5d87..5268a0f 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -67,6 +67,9 @@ </url-list> </mirror> <suite>stretch</suite> + <preseed> + <conf owner="jackd2" key="jackd/tweak_rt_limits" type="boolean" value="true"/> + </preseed> </project> <target> <hostname>lx-training</hostname> |
