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
Change the contents of /etc/apt/sources.list on
- 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
I use Polish repositories. Anyone can change them accordingly to his country.
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
Adding user and group www-data
- Code: Select all
groupadd www-data
usermod -a -G www-data www-data
Then install OpenMediaVault:
- Code: Select all
apt-get install openmediavault
If you encounter an error when setting up tftpd-hpa package. Then be in the file /etc/default/tftpd-hpa edit option TFTP_OPTIONS on this below
- Code: Select all
TFTP_OPTIONS="--secure --ipv4"
And then complete the installation
- Code: Select all
apt-get install -f
When the installation is finished then restart the Raspberry Pi
I set 850MHz CPU clock in /boot/config.txt
- Code: Select all
arm_freq=850
Many thanks to Stefan for help in finding the problem with the package tftpd-hpa http://forums.openmediavault.org/viewto ... 1141#p1141
Sorry Sorry for my English.