Sha256: d2671e4d583ae80ec7f9f158af97365d0981dc9df39b7f77ca7f1b8293ed1995

Contents?: true

Size: 1.65 KB

Versions: 16

Compression:

Stored size: 1.65 KB

Contents

# Kickstart file automatically generated by anaconda.

install
url --url=http://mirrors.cat.pdx.edu/fedora/linux/releases/14/Fedora/x86_64/os/
lang en_US.UTF-8
keyboard us
#xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
network --onboot yes --device eth0 --bootproto dhcp --noipv6
rootpw  --iscrypted $6$n/NGsk5H2aiBMXL4$r/oPkJtB5rasvQHPo9AvIJBe6sNVlQbpZxvTRMN7.qZk/Sn9u2qZ0XgNxflUvK20y7OIWdr/vv7MED6gzkBiH0
firewall --enabled --trust eth0 --ssh
selinux --enforcing
authconfig --enableshadow --passalgo=sha512 --enablefingerprint
timezone --utc America/Los_Angeles
bootloader --location=mbr --append="nomodeset rhgb quiet"
# 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 --initlabel
part /boot --fstype=ext4 --size=500
part pv.2 --size=0 --grow --size=500
volgroup vg_main --pesize=32768 pv.2
logvol swap --fstype=swap --name=lv_swap --vgname=vg_main --size=528 --grow --maxsize=1056
logvol / --fstype=ext4 --name=lv_root --vgname=vg_main --size=1024 --grow
repo --name="Fedora 14 - x86_64"  --baseurl=http://mirrors.xmission.com/fedora/releases/14/Everything/x86_64/os/ --cost=1000
repo --name="Fedora 14 - x86_64 - Updates"  --baseurl=http://mirror.pnl.gov/fedora/linux/updates/14/x86_64/ --cost=1000
services --enabled network
reboot

%packages
@core
@online-docs
%end

%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

16 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.5.0.alpha3 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.5.0.alpha2 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.5.0.alpha1 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.4.5.1 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.4.5 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.4.5.pre1 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.4.4 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.4.3 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.4.2 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.4.1 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.4.0 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.3.12 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.3.11 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.3.10 templates/Fedora-14-amd64-netboot/ks.cfg
veewee-0.3.9 templates/Fedora-14-amd64-netboot/ks.cfg