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 "

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

2019-02-15 Thread James Szinger
On Fri, Feb 15, 2019 at 3:01 AM wrote: > 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 di

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

2019-02-15 Thread Ralf Prengel
Von meinem iPad gesendet > Am 15.02.2019 um 11:00 schrieb free...@tango.lu: > > 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-releas

[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