Compare commits

...

4 Commits

Author SHA1 Message Date
Ricardo Martins
017b61c00a Bumped patch level to 1.8.4. 2013-08-19 21:06:00 +01:00
Ricardo Martins
ef064bd167 lauv-dolphin-1: removed sidescan ARP table and changed DUNE language to 'C'. 2013-08-19 21:05:15 +01:00
Ricardo Martins
0718aecf43 filesystem: increased mount retries to 120. 2013-08-12 13:33:48 +01:00
Ricardo Martins
c382d46e9b Bumped patch level. 2013-08-03 19:54:32 +01:00
3 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
############################################################################# #############################################################################
# Config: GLUED version. # Config: GLUED version.
cfg_glued_version='1.8.2' cfg_glued_version='1.8.4'
# Config: GLUED vendor. # Config: GLUED vendor.
cfg_glued_vendor='lsts' cfg_glued_vendor='lsts'

View File

@@ -9,7 +9,7 @@ start()
mkdir -p "$point" mkdir -p "$point"
fi fi
n=0; while [ $n -lt 20 ]; do n=0; while [ $n -lt 120 ]; do
args='' args=''
if [ $fstype = 'ext3' ]; then if [ $fstype = 'ext3' ]; then

View File

@@ -2,5 +2,4 @@ cfg_hostname='lauv-dolphin-1'
cfg_eth_ext_ip='10.0.10.80' cfg_eth_ext_ip='10.0.10.80'
cfg_packages="$cfg_packages" cfg_packages="$cfg_packages"
cfg_escc_script='/etc/escc/ifog-imu-1-a.sh' cfg_escc_script='/etc/escc/ifog-imu-1-a.sh'
cfg_arp_table='192.168.0.5|00:1F:F2:06:E3:61' cfg_dune_i18n='C'
cfg_dune_i18n='ru_RU'