Incremental Update OpenLink 0.5x 0.73b
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m (added headings and usage (disabled TOC)) |
m (Reverted edits by 218.97.194.94 (Talk) to last version by Ramuk) |
||
| (11 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Articles|OpenLink}} | ||
'''''This script should update your OpenLink 0.5x to 0.73b'''.'' | '''''This script should update your OpenLink 0.5x to 0.73b'''.'' | ||
This script updates Openlink for all ppc-boxes to 0.73b. After that all boxes are in the same state It is planned to enhance this script to support the LS2 (mips) also. | This script updates Openlink for all ppc-boxes to 0.73b. After that all boxes are in the same state It is planned to enhance this script to support the LS2 (mips) also. | ||
| + | |||
| + | Also notice that this script updates only an OpenLink 0.5x to 0.73b. if you used a previous version of the updater script, you have to reflash OpenLink 0.5x before using it! | ||
__NOTOC__ | __NOTOC__ | ||
====Using the Script==== | ====Using the Script==== | ||
| Line 7: | Line 10: | ||
mkdir update | mkdir update | ||
cd update | cd update | ||
| - | wget http://downloads. | + | wget http://downloads.nas-central.org/snapshots/update-ppc-OL-0_5x-0_73b_v7.tar.gz |
| - | tar xzvf update-ppc-OL-0_5x- | + | tar -xzvf update-ppc-OL-0_5x-0_73b_v7.tar.gz |
./update_ppc_OL_0.5x-0.73b.sh | ./update_ppc_OL_0.5x-0.73b.sh | ||
| Line 14: | Line 17: | ||
Look at the [[Talk:Incremental_Update_OpenLink_0.5x_0.73b|talk-page]] if you want to have a look at the source. | Look at the [[Talk:Incremental_Update_OpenLink_0.5x_0.73b|talk-page]] if you want to have a look at the source. | ||
====Forum Thread==== | ====Forum Thread==== | ||
| - | [http://forum. | + | [http://forum.nas-central.org/viewtopic.php?f=7&t=1586&p=15332&hilit=Incremental+update Incremental update for OpenLink 0.5x -> 0.73b (LS1/HG/HS) available] |
| + | |||
====Change Log of the script==== | ====Change Log of the script==== | ||
| - | + | {{Change Log Incremental Update OpenLink 0.5x 0.73b}} | |
| - | + | ||
| - | + | ====Fix for SFTP==== | |
| - | + | mkdir -p /mnt/ls_config/COMPILING/openssh-4.3p2/PACKAGE | |
| - | + | cd /mnt/ls_config/COMPILING/openssh-4.3p2/PACKAGE | |
| - | + | ln -s /usr usr | |
Latest revision as of 17:37, 4 January 2009
This script should update your OpenLink 0.5x to 0.73b.
This script updates Openlink for all ppc-boxes to 0.73b. After that all boxes are in the same state It is planned to enhance this script to support the LS2 (mips) also.
Also notice that this script updates only an OpenLink 0.5x to 0.73b. if you used a previous version of the updater script, you have to reflash OpenLink 0.5x before using it!
Using the Script
cd /tmp mkdir update cd update wget http://downloads.nas-central.org/snapshots/update-ppc-OL-0_5x-0_73b_v7.tar.gz tar -xzvf update-ppc-OL-0_5x-0_73b_v7.tar.gz ./update_ppc_OL_0.5x-0.73b.sh
Script Source
Look at the talk-page if you want to have a look at the source.
Forum Thread
Incremental update for OpenLink 0.5x -> 0.73b (LS1/HG/HS) available
Change Log of the script
Incremental Update OpenLink 0.5x 0.73b
- v7: added /bin/su to the update-package, added note about enabling telnet before using the script
- v6: added 2 missing busybox links for /usr/bin/[ & /usr/bin/[[
- v5: added the removal of the unnecessary dropbear-stuff....dropbear was replaced by OpenSSH...
- v4: added missing busybox-binary to the update-package
- v3: added /etc/ld.so.conf (/opt/lib) & /etc/profile (PATH to /opt/bin & /opt/sbin) to the update-tarball
- changed links in /www/cgi-bin4/applaunch.cgi to be relative and removed the unnecessary perl stuff
- v2: disabled first startup script which is only needed if complete image is reflashed and which caused a 6 times flash
- v1: initial release
Fix for SFTP
mkdir -p /mnt/ls_config/COMPILING/openssh-4.3p2/PACKAGE cd /mnt/ls_config/COMPILING/openssh-4.3p2/PACKAGE ln -s /usr usr

