Sha256: 7c17272cc890a790061c2e40fa9b06e1b48babd4e7b580862434839bb2a78aca

Contents?: true

Size: 614 Bytes

Versions: 9

Compression:

Stored size: 614 Bytes

Contents

install
url --url=http://mirrors.kernel.org/centos/5.10/os/x86_64/
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-x86_64-netboot/ks.cfg
veewee-0.4.5.1 templates/CentOS-5.10-x86_64-netboot/ks.cfg
veewee-0.4.5 templates/CentOS-5.10-x86_64-netboot/ks.cfg
veewee-0.4.5.pre1 templates/CentOS-5.10-x86_64-netboot/ks.cfg
veewee-0.4.4 templates/CentOS-5.10-x86_64-netboot/ks.cfg
veewee-0.4.3 templates/CentOS-5.10-x86_64-netboot/ks.cfg
veewee-0.4.2 templates/CentOS-5.10-x86_64-netboot/ks.cfg
veewee-0.4.1 templates/CentOS-5.10-x86_64-netboot/ks.cfg
veewee-0.4.0 templates/CentOS-5.10-x86_64-netboot/ks.cfg