diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-04-09 14:11:17 +0206 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-04-09 14:11:17 +0206 |
| commit | 2c29f2138f235ceab2746437add0eba972bafcca (patch) | |
| tree | d77b41ed2dae22db8e1dc7d5b46e90485eb25fe0 | |
| parent | d86b8ab490be3d252b2960e77157c89f502fa4fe (diff) | |
lx-trainer-vm: set preseed for man-db
If the man-db preseed is not set, the man database is not created
by elbe. This means that things like:
man -k timer
won't work. Preceed the configuration so that the database exists
immediately.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | lx-trainer-vm/lx-trainer-vm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lx-trainer-vm/lx-trainer-vm.xml b/lx-trainer-vm/lx-trainer-vm.xml index 798554b..55d7af9 100644 --- a/lx-trainer-vm/lx-trainer-vm.xml +++ b/lx-trainer-vm/lx-trainer-vm.xml @@ -69,6 +69,7 @@ <suite>stretch</suite> <preseed> <conf owner="jackd2" key="jackd/tweak_rt_limits" type="boolean" value="true"/> + <conf owner="man-db" key="man-db/install-setuid" type="boolean" value="false" /> </preseed> </project> <target> |
