Synology-Forum.nl

Tweaks / Addons A.K.A. The Underground => Optware / IPKG / Telnet => Topic gestart door: golfdiesel op 26 september 2009, 12:21:57

Titel: Bootstrap DS109 [werkt]
Bericht door: golfdiesel op 26 september 2009, 12:21:57
Van de volgende site heb ik de informatie gehaald:
http://www.vapeldoorn.net/index.php?option=com_content&view=article&id=155:bootstrapds109&catid=77:ds109&Itemid=216

Let wel op, ga eerst even op: http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/ kijken want de bestandsnaam (versie) van syno-mvkw-bootstrap_1.2-5_arm.xsh veranderd nog wel eens.

How to bootstrap the Synology DS109?

Using SSH, login as root (same password as admin)

Check if you need to create the config mount point and after the script has run, check whether you acuially need the symbolic link. Do this:
# cd /volume1/public
# wget http://ipkg.nslu2-linux.org/feeds/optwa ... -5_arm.xsh (http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/syno-mvkw-bootstrap_1.2-5_arm.xsh)
# mkdir /mnt/config
# sh syno-mvkw-bootstrap_1.2-5_arm.xsh
# ln -s /mnt/config/K01optware.sh /usr/syno/etc/rc.d/S15optware.sh

Finally add the following to the PATH variable in /etc/profile
PATH="/opt/bin:/opt/sbin:$PATH:..."

Now reboot the DS109 with
# reboot

Once rebooted, update ipkg with
# ipkg update

Deinstallation is even more simple:
# umount /opt
# rm -rf /share/MD0_DATA/.@optware
 And get rid of the addition to /etc/profile