# Kickstart file automatically generated by anaconda. #version=DEVEL install cmdline reboot #cdrom url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch lang en_US.UTF-8 keyboard us network --onboot no --device eth0 --noipv4 --noipv6 timezone --utc America/Vancouver rootpw 111111 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 /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" %packages @core %end