Sha256: 18446ce65c07ebdb39596900c711b65772ec06f7e7fd5fb87e68897db167097c

Contents?: true

Size: 1.38 KB

Versions: 15

Compression:

Stored size: 1.38 KB

Contents

# Kickstart file automatically generated by anaconda.

install
url --url=http://ftp.hosteurope.de/mirror/centos.org/5.5/os/i386/
lang en_US.UTF-8
langsupport --default=en_US.UTF-8 en_US.UTF-8
keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$vSG8FjAu$ekQ0grf16hS4G93HTPcco/
firewall --enabled --trust eth0 --ssh
selinux --enforcing
authconfig --enableshadow --enablemd5
timezone UTC
bootloader --location=mbr
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
clearpart --all --drives=sda --initlabel
part /boot --fstype ext3 --size=100 --ondisk=sda
part pv.2 --size=0 --grow --ondisk=sda
volgroup VolGroup00 --pesize=32768 pv.2
logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=528 --grow --maxsize=1056
logvol / --fstype ext3 --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow
reboot

%packages
#@ admin-tools
#@ text-internet
#@ dialup
#@ smb-server
#@ web-server
#@ printing
#@ server-cfg
@ core
grub
e2fsprogs
lvm2
kernel-devel

%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

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
veewee-atlassian-0.3.11 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.7 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.6 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.5 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.4 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.3 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.2 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.1 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.0.beta2 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.0.beta1 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.0.alpha9 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.0.alpha8 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.0.alpha7 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.0.alpha6 templates/CentOS-5.5-i386-netboot/ks.cfg
veewee-0.3.0.alpha5 templates/CentOS-5.5-i386-netboot/ks.cfg