############################################################### To install PalMod into RAM, telnet to your MusicPal and type: ############################################################### mount -o remount,rw / cd /etc/init.d wget http://svn.v3v.de/svn/palmod/trunk/palmod_ram.sh chmod +x palmod_ram.sh ln -s /etc/init.d/palmod_ram.sh /etc/rc3.d/S95palmod mount -o remount,ro / reboot ############################################################### To uninstall PalMod, type: ############################################################### mount -o remount,rw / rm -R /home/palmod rm /etc/init.d/palmod_ram.sh /etc/rc3.d/S95palmod mount -o remount,ro / reboot