Sha256: 26c620ec9193f15549b87295e74889ed53ecdcdf1cb84cb5d9b06ac3f5d443c1

Contents?: true

Size: 612 Bytes

Versions: 9

Compression:

Stored size: 612 Bytes

Contents

install
url --url=http://mirrors.kernel.org/centos/5.10/os/i386/
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard us
text
skipx
zerombr
network --device eth0 --bootproto dhcp
rootpw vagrant
firewall --enabled --trust eth0 --ssh
selinux --disabled
authconfig --enableshadow --enablemd5
timezone America/New_York
bootloader --location=mbr
clearpart --all --initlabel
autopart
reboot

%packages
@ core
%post
/usr/sbin/groupadd vagrant
/usr/sbin/useradd vagrant -g vagrant -G wheel
echo "vagrant"|passwd --stdin vagrant
echo "vagrant        ALL=(ALL)       NOPASSWD: ALL" >> /etc/sudoers
%end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha1 templates/CentOS-5.10-i386-netboot/ks.cfg
veewee-0.4.5.1 templates/CentOS-5.10-i386-netboot/ks.cfg
veewee-0.4.5 templates/CentOS-5.10-i386-netboot/ks.cfg
veewee-0.4.5.pre1 templates/CentOS-5.10-i386-netboot/ks.cfg
veewee-0.4.4 templates/CentOS-5.10-i386-netboot/ks.cfg
veewee-0.4.3 templates/CentOS-5.10-i386-netboot/ks.cfg
veewee-0.4.2 templates/CentOS-5.10-i386-netboot/ks.cfg
veewee-0.4.1 templates/CentOS-5.10-i386-netboot/ks.cfg
veewee-0.4.0 templates/CentOS-5.10-i386-netboot/ks.cfg