Skip to content

Commit 6802fd2

Browse files
author
xeros
committed
OpenLGTV BCM: one more comment for TODO in rc.mount-netshare
git-svn-id: http://svn.openlgtv.org.ru@1240 6f01ea5f-641d-df11-ac65-003048919802
1 parent d13ece1 commit 6802fd2

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

OpenLGTV_BCM/trunk/OpenLGTV_BCM-src/etc/motd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Welcome to OpenLGTV BCM ver. 0.5.0-SVN20140122
2+
Welcome to OpenLGTV BCM ver. 0.5.0-SVN20140201
33
http://openlgtv.org.ru/
44

55
After first login change root password for yours TV!

OpenLGTV_BCM/trunk/OpenLGTV_BCM-src/etc/rc.d/rc.mount-netshare

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Source code released under GPL License
55

66
# TODO: Test CIFS - especially with username/password having spaces or non-acsii characters
7+
# TODO: if current way wont work then use "tr" to replace spaces with \040
78

89
ndrvtab=/mnt/user/cfg/ndrvtab
910
usbinit_wait_time=15

OpenLGTV_BCM/trunk/OpenLGTV_BCM-src/scripts/install.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# OpenLGTV BCM 0.5.0-SVN20140122 installation script v.1.99.1 by xeros
2+
# OpenLGTV BCM 0.5.0-SVN20140201 installation script v.1.99.1 by xeros
33
# Source code released under GPL License
44

55
# it needs $file.sqf and $file.sha1 files in the same dir as this script
@@ -28,7 +28,7 @@ installer="$0"
2828
# forced rebooting option disabled for manual upgrade/installations
2929
#rebooting=0
3030

31-
ver=0.5.0-SVN20140122
31+
ver=0.5.0-SVN20140201
3232
supported_rootfs_ver="V1.00.51 Mar 01 2010"
3333
supported_rootfs_ver_japan="V1.00.51 Jul 15 2010" # TODO TODO TODO
3434
supported_rootfs_ver2011="V1.00.18 Jan 10 2011"
@@ -53,6 +53,8 @@ do
5353
argc=$(($argc+1))
5454
done
5555

56+
[ ! -e "/etc/ver" ] && echo "ERROR: Supported LG TV was not detected!" && exit 1
57+
5658
if [ "$chrooted" != "1" ]
5759
then
5860
dir=`dirname $0`
@@ -169,7 +171,7 @@ then
169171
fi
170172
fi
171173

172-
echo "OpenLGTV BCM 0.5.0-SVN20140122 installation script for $platform platform by xeros" | tee -a $log
174+
echo "OpenLGTV BCM 0.5.0-SVN20140201 installation script for $platform platform by xeros" | tee -a $log
173175

174176
ntpclient -h pool.ntp.org -s -c 1 > /dev/null 2>&1 &
175177
sleep 1

OpenLGTV_BCM/trunk/extract.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# OpenLGTV BCM 0.5.0-SVN20140122 installation script v.1.99.1 by xeros
2+
# OpenLGTV BCM 0.5.0-SVN20140201 installation script v.1.99.1 by xeros
33
# Based on extract.sh code from LGMOD S7 by mmm4m5m
44
# Source code released under GPL License
55

OpenLGTV_BCM/trunk/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# OpenLGTV BCM 0.5.0-SVN20140122 installation script v.1.99.1 by xeros
2+
# OpenLGTV BCM 0.5.0-SVN20140201 installation script v.1.99.1 by xeros
33
# Source code released under GPL License
44

55
# it needs $file.sqf and $file.sha1 files in the same dir as this script
@@ -28,7 +28,7 @@ installer="$0"
2828
# forced rebooting option disabled for manual upgrade/installations
2929
#rebooting=0
3030

31-
ver=0.5.0-SVN20140122
31+
ver=0.5.0-SVN20140201
3232
supported_rootfs_ver="V1.00.51 Mar 01 2010"
3333
supported_rootfs_ver_japan="V1.00.51 Jul 15 2010" # TODO TODO TODO
3434
supported_rootfs_ver2011="V1.00.18 Jan 10 2011"
@@ -171,7 +171,7 @@ then
171171
fi
172172
fi
173173

174-
echo "OpenLGTV BCM 0.5.0-SVN20140122 installation script for $platform platform by xeros" | tee -a $log
174+
echo "OpenLGTV BCM 0.5.0-SVN20140201 installation script for $platform platform by xeros" | tee -a $log
175175

176176
ntpclient -h pool.ntp.org -s -c 1 > /dev/null 2>&1 &
177177
sleep 1

0 commit comments

Comments
 (0)