Hi Folks,
I’ve made a script for you to simply “migrate” an official Raspbian HF or Wheezy SF Image to SqueezePlug V6. I would be very pleased if you check this out and report your comments. The steps are very easy and it goes like that:
Script to migrate a foundation image to SqueezePlug
Manually Steps to do:
- Start with Raspbian HF or Wheezy SF from the official Images (the latest versions)
- login with “pi” “raspberry”
sudo passwd root
nosoup4u (or one of your choice)
logout
- login with “root” “nosoup4u” and the correct password for root
cd /tmp
wget http://www.squeezeplug.de/downloads/foundation_2_sp.tar.gz
tar xzvf foundation_2_sp.tar.gz
chmod 777 foundation_2_sp.sh
./foundation_2_sp.sh
Have a Squeezey 2013,
Thomas