# Kickstart file automatically generated by anaconda. #version=DEVEL install cdrom lang en_US.UTF-8 keyboard us network --onboot no --device eth0 --noipv4 --noipv6 timezone --utc America/Vancouver rootpw --iscrypted $6$Jj29wOalq.g0SQaS$mngtYrVaso6XWmaYngcZK18nXTrpkrud3nC6HfmmbRBliT0Hpmt3D/e58fbyGaIm0RLrkFyA72rCrT.tnsatZ1 selinux --enforcing authconfig --enableshadow --passalgo=sha512 firewall --service=ssh # 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=vda part biosboot --fstype=biosboot --size=1 part /boot --fstype=ext4 --size=500 part pv.252003 --grow --size=500 volgroup VolGroup --pesize=32768 pv.252003 logvol / --fstype=ext4 --name=lv_root --vgname=VolGroup --grow --size=1024 --maxsize=51200 logvol swap --name=lv_swap --vgname=VolGroup --grow --size=992 --maxsize=1984 bootloader --location=mbr --append="rhgb quiet" #repo --name=side --baseurl=http://www.happyassassin.net/extras/repo2/x86_64 --cost=0 --includepkgs=firstboot --noverifyssl %packages @core @online-docs firstboot %end