Hello,
I've attached a kickstart and test script for testing deployment of a CentOS-5 based FTP server (vsFTPd obviously) for inclusion in Bluecain git repo
Best regards.
Hi,
On 04/06/2011 09:21 PM, Athmane Madjoudj wrote:
Hello,
I've attached a kickstart and test script for testing deployment of a CentOS-5 based FTP server (vsFTPd obviously) for inclusion in Bluecain git repo
Just wondering why you are ging down the route of yum installing the pkgs in %post rather than doing it at install time ?
- KB
On 04/07/2011 12:42 AM, Karanbir Singh wrote:
Hi,
On 04/06/2011 09:21 PM, Athmane Madjoudj wrote:
Hello,
I've attached a kickstart and test script for testing deployment of a CentOS-5 based FTP server (vsFTPd obviously) for inclusion in Bluecain git repo
Just wondering why you are ging down the route of yum installing the pkgs in %post rather than doing it at install time ?
not to mention that - turning services on can also be done directly at install time, via "services --enabled " - I would not qualify as "test" the mere process of installing a daemon and turning it on
On 04/06/2011 10:47 PM, Manuel Wolfshant wrote:
- turning services on can also be done directly at install time, via
"services --enabled"
- I would not qualify as "test" the mere process of installing a daemon
and turning it on
there is a login test being attempted. Could expand on that, but if anonymous can login, thats a test :)
- KB
On 04/06/2011 10:47 PM, Manuel Wolfshant wrote:
On 04/07/2011 12:42 AM, Karanbir Singh wrote:
Hi,
On 04/06/2011 09:21 PM, Athmane Madjoudj wrote:
Hello,
Just wondering why you are ging down the route of yum installing the pkgs in %post rather than doing it at install time ?
not to mention that
- turning services on can also be done directly at install time, via
"services --enabled"
I was using only the first cd not dvd.
- I would not qualify as "test" the mere process of installing a daemon
and turning it on
I thought that the tests are done with separate shell script
I used 'centos6-nocps-standard.cfg' and 'centos6-nocps-standard.sh' as reference.
Should I change something ?
Regards.
On 04/06/2011 10:57 PM, Athmane Madjoudj wrote:
- I would not qualify as "test" the mere process of installing a daemon
and turning it on
I thought that the tests are done with separate shell script
They are. You are ok on that front.
- KB