FTP server kickstart and test script
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.
--
Athmane Madjoudj
RHCE
#
# From: Athmane Madjoudj <athmanem@gmail.com>
#
install
cdrom
text
lang en_US.UTF-8
keyboard us
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$xy2FVzz2$423MK3eTO0t2gZ5LmN7hn.
firewall --enabled --port=22:tcp,21:tcp,80:tcp,443:tcp,25:tcp
timezone --utc UTC
authconfig --enableshadow --enablemd5
selinux --permissive
bootloader --location=mbr
clearpart --all --initlabel
autopart
%packages
@base
@core
keyutils
trousers
fipscheck
device-mapper-multipath
%post
yum -y install vsftpd
chkconfig vsftpd on
service vsftpd start
_______________________________________________
CentOS-devel mailing list
CentOS-devel@centos.org
http://lists.centos.org/mailman/listinfo/centos-devel
|