OMV to install Debian Squeeze will need for Raspberry Pi is available for download here: http://downloads.raspberrypi.org/images ... 9-04-2012/
On the main system must perform the following steps to install OMV.
Code: Select all
sudo su
nano /etc/apt/sources.list
Code: Select all
#~~~~~~Squeeze~~~~~~#
deb http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
#~~~~~~Backports_Squeeze~~~~~~#
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
#~~~~~~OMV_ARMel~~~~~~~~#
deb http://teration.net/repo squeeze main
Anything to add the repository for Armenian OMV in the last line.
Then download the key and update repositories
Code: Select all
wget -O - http://teration.net/repo/signkey.gpg.asc | apt-key add -
apt-get update
apt-get upgrade
Code: Select all
groupadd www-data
usermod -a -G www-data www-data
Code: Select all
apt-get install openmediavault
Code: Select all
TFTP_OPTIONS="--secure --ipv4"
Code: Select all
apt-get install -f
I set 850MHz CPU clock in /boot/config.txt
Code: Select all
arm_freq=850
Sorry Sorry for my English.