smedev:install_sme_el6

Ceci est une ancienne révision du document !


Install all e-smith/smeserver packages on EL6

These are just my notes to get a EL6 system booting with all the e-smith and smeserver packages installed. As soon as I get it to boot, I'll put this info into contribs.org wiki.

  • Start from a minimal el6 installation (I just installed a few utilities like htop, screen, rsync, vim, openssh-clients etc…)
  • Disable graphical boot, it will be easier to see what's going on
sed -i -e 's/rhgb quiet//g' /boot/grub/menu.lst
  • Disable SELinux:
sed -i -e 's/SELINUX=.*/SELINUX=disabled/g' /etc/sysconfig/selinux
  • Remove selinux-policy-targeted and authconfig, they conflict with some e-smith/smeserver packages
yum remove selinux-policy-targeted authconfig
  • smedev/install_sme_el6.1358754537.txt.gz
  • Dernière modification: 21/01/2013 08:48
  • de dani