diff --git a/ts/build/packages/local-install/bin/local-install.sh b/ts/build/packages/local-install/bin/local-install.sh index 1837c167b7..07c2b25734 100755 --- a/ts/build/packages/local-install/bin/local-install.sh +++ b/ts/build/packages/local-install/bin/local-install.sh @@ -86,8 +86,8 @@ downloadImage() fi # Count how many directories we need to ignore. -4 comes for 1 (by defaul so to speak), 2 for '//' in http:// and 1 for the last '/' after 'refind/' - # e.g. http://myserver/ts5.5/local-install/refind/' will result in 3 and thereby we will only get the directories inside the final path. - # Otherwise we would end up having the ts5.5/local-install/refind directory structure as well... + # e.g. http://myserver/ts6.1/local-install/refind/' will result in 3 and thereby we will only get the directories inside the final path. + # Otherwise we would end up having the ts6.1/local-install/refind directory structure as well... cutDirsCount=$((`echo $LOCAL_INSTALL_URL | sed 's/[^/]//g' | wc -m` -3)) mkdir -p ${TMP_DIR}/image diff --git a/ts/build/packages/local-install/build/conf/S99local-install b/ts/build/packages/local-install/build/conf/S99local-install index 48507d4dc5..2788f7c7e2 100644 --- a/ts/build/packages/local-install/build/conf/S99local-install +++ b/ts/build/packages/local-install/build/conf/S99local-install @@ -40,7 +40,7 @@ # You should copy the folders refind and syslinux from /build/boot-images # to the web-server(s) "local-install" folder. The web-server(s) structure should # contain the following files: -# /ts5.5/ [folder, this is the path for LOCAL_INSTALL_URL] +# /ts6.1/ [folder, this is the path for LOCAL_INSTALL_URL] # local-install/ [folder] # refind/ [folder] # syslinux/ @@ -56,7 +56,7 @@ # *** this is where you normally place the thinstation.conf.xxx files if you include # the package netfiles (highly recommended) and in build.conf have the parameters set to # param basename thinstation -# param basepath ts5.5 +# param basepath ts6.1 # param baseurl http://same url as LOCAL_INSTALL_URL or if you want to use the same # server as the dhcp server set (must be within single quote like below) # param baseurl 'http://${SERVER_IP}' @@ -106,7 +106,7 @@ # # LOCAL_INSTALL_TFTP_NOTIFY_PATH The full path on the TFTP-server where the .version files # will be uploaded to. The path must end with a slash ("/"), -# for example /ts5.5/client-versions/ +# for example /ts6.1/client-versions/ # # # --- Recommendation for setting up a test envirionment before deploying a new image/version in production @@ -116,7 +116,7 @@ # # #LOCAL_INSTALL_DEVICEREGEX='(sd[a-z]$)|(mmcblk[0-9]$)' -#LOCAL_INSTALL_URL=http://${SERVER_IP}/ts5.5/prod/ +#LOCAL_INSTALL_URL=http://${SERVER_IP}/ts6.1/prod/ #LOCAL_INSTALL_TFTP_NOTIFY_PATH=/client-versions/ #STORAGE_PATH=/mnt/local-install/part2 #STORAGE_CONFIG1=/mnt/local-install/part2