On Sun, Jan 31, 2010 at 5:02 PM, <[email protected]> wrote: > If centos 5.4 will install properly, there are some pretty easy steps that > will get you an install that is very close to the ISO install.
I agree, the ISO install can be painful. Primarily because of the Centos 5.2 madness. Here are the steps I use...your mileage may vary: 1) Download and install Centos via net-install. Bare bones, no firewall, SELinux Disabled Run these commands: yum install e2fsprogs grub kernel ntp dhcp bind caching-nameserver gdb strace yum-basearchonly yum-downloadonly java-1.6.0-sun java-1.6.0-sun-fonts chkconfig postgresql off chkconfig portmap off chkconfig netfs off chkconfig nfslock off 2) Add a sipXecs repo (/etc/yum.repos.d/sipxecs.repo) [sipxecs-stable] name=SIPfoundry sipXecs pbx - latest stable version baseurl=http://sipxecs.sipfoundry.org/pub/sipXecs/LatestStable/CentOS/$releasever/$basearch/RPM gpgcheck=0 gpgkey=https://secure2.pingtel.com/RPM-GPG-KEY-pingtel enabled=1 3) yum update NOTE: If sipx-release installs...it will create new .repo files in yum.repos.d with 5.2 pointers. If this happens: rpm -e sipx-release delete the new repos and reinstall centos-release. _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users sipXecs IP PBX -- http://www.sipfoundry.org/
