Re: [CentOS] Automated XFCE install from kickstart and epel-release issue

2019-03-05 Thread freebsd
Hello, I will give it a shot in the future. What I found that kickstart does not like yum installs at all in the %post% section. It will execute commands like add user, create files, create directories but not yum installs such as: yum update -y yum install epel-release -y yum groupinstall "

[CentOS] Automated XFCE install from kickstart and epel-release issue

2019-02-15 Thread freebsd
Hello, I am working on a kickstart automated Centos 7 GUI vm deployment. Defining gnome desktop in kickstart works. @gnome-desktop - A GNOME desktop However Centos and anything from the epel-release such as xrdp does not work. I have tried it on different ways. repo --name=epel-release %pa