The following assume a non RAIDed setup (for different setups change the mount locations as appropriate)
- Open http://NAS.IP.ADDRESS/cgi/telnet/telnet.cgi in your browser after logging to the NAS web infterface and enable telnet.
- telnet into the NAS.
- Execute the following:
Code:cd /mnt/ide1 wget http://www.inreto.de/dns323/fun-plug/0.5/fun_plug wget http://www.inreto.de/dns323/fun-plug/0.5/fun_plug.tgz- Now edit fun_plug
change all occurnces of HD_a2 to ide1Code:vi fun_plug
Add the following line under : ln -snf $FFP_PATH /ffp
Code:ln -snf /mnt/ide1 /mnt/HD_a2- Place fun_plug in your startup.
Code:mkdir -p /system/local/etc/rc.d ln -snf /mnt/ide1/fun_plug /system/local/etc/rc.d/S99funplug.sh- Open http://NAS.IP.ADDRESS/cgi/telnet/telnet.cgi and disable telnet.
- From the webinterface reboot the NAS.
- telnet to the box (yup without enabling telnet from the GUI because funplug comes with its own telnet client).
Download packages:
Update packagesCode:mkdir -p /ffp/pkg/ cd /ffp/pkg/ wget http://wolf-u.li/u/173/ -O /ffp/pkg/updater.sh chmod a+x /ffp/pkg/updater.sh sh /ffp/pkg/updater.sh
Package managementCode:cd /ffp/pkg/ funpkg -u packages/funpkg*.tgz funpkg -u packages/*.tgz funpkg -u additional/*/*.tgz
Code:Copyright (c) 2008 Tobias Poschwatta <tp@fonz.de> Install: funpkg -i <packages...> Reinstall: funpkg -I <packages...> Upgrade: funpkg -u <packages...> Remove: funpkg -r <packages...> Other options: -D <path> System root directory (default: /)
Enjoy ...
More info and credits:


? Create a
? it never hurts to
?
?
Reply With Quote
