From 9a3fe29e4c1e8378b3a21d252a76ae4a2aad21f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Wed, 17 Apr 2019 15:27:19 +0100 Subject: [PATCH] systems/lctr-rpi/x8-06-aux: update config file for nfs (services + paths). --- systems/lctr-rpi/x8-06-aux.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systems/lctr-rpi/x8-06-aux.cfg b/systems/lctr-rpi/x8-06-aux.cfg index d19fdd2..9d2a254 100644 --- a/systems/lctr-rpi/x8-06-aux.cfg +++ b/systems/lctr-rpi/x8-06-aux.cfg @@ -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'