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 (→Using the Script) |
||
| Line 8: | Line 8: | ||
cd update | cd update | ||
wget http://downloads.linkstationwiki.net/snapshots/update-ppc-OL-0_5x-0_73b_v5.tar.gz | wget http://downloads.linkstationwiki.net/snapshots/update-ppc-OL-0_5x-0_73b_v5.tar.gz | ||
| - | tar xzvf update-ppc-OL-0_5x-0_73b_v5.tar.gz | + | tar -xzvf update-ppc-OL-0_5x-0_73b_v5.tar.gz |
./update_ppc_OL_0.5x-0.73b.sh | ./update_ppc_OL_0.5x-0.73b.sh | ||
Revision as of 11:04, 20 October 2006
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.
Using the Script
cd /tmp mkdir update cd update wget http://downloads.linkstationwiki.net/snapshots/update-ppc-OL-0_5x-0_73b_v5.tar.gz tar -xzvf update-ppc-OL-0_5x-0_73b_v5.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
- 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

