systems/lctr-rpi/x8-06-aux: update config file for nfs (services + paths).

This commit is contained in:
Pedro Gonçalves 2019-04-17 15:27:19 +01:00
parent 220795ed0f
commit 9a3fe29e4c
1 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,12 @@
cfg_hostname='x8-06-aux'
cfg_eth_ext_ip='10.0.20.109'
cfg_services1='lauv-storage-server'
cfg_services1='nfs-storage-client'
cfg_packages="$cfg_packages opencv raspicam exiv2 libav uswitch nfs-utils"
cfg_modules="$cfg_modules ftdi_sio"
cfg_target_linux_dtb='arch/arm/boot/dts/am335x-lauv-aux.dtb'
cfg_storage_dir=/opt/lsts/dune/log
cfg_storage_host=10.0.20.105
cfg_storage_paths=/opt/lsts/dune/log
cfg_storage_timeout=30
cfg_ptpd_interface='eth0'
cfg_terminal='ttyAMA0'
cfg_lauv_storage_dir='/opt/lsts/dune/log'