#version=DEVEL # System authorization information auth --enableshadow --passalgo=sha512 # Use hard drive installation media harddrive --dir=None --partition=/dev/mapper/live-base # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=sda # Keyboard layouts keyboard --vckeymap=us --xlayouts='us' # System language lang en_US.UTF-8 # Network information network --bootproto=dhcp --device=em1 --ipv6=auto --activate network --hostname=localhost.localdomain # Root password rootpw --iscrypted $6$L56Gf0zSka2CHXXD$b88ZCvi.mlpzNI8sXYTlZs5T40o/3qncgZAvB5y0NW9p.ZSZfBpDWtSYEQ0fRCVWqNvR2np/oe1piU06HWI.j1 # System timezone timezone America/New_York # X Window System configuration information xconfig --startxonboot # System bootloader configuration bootloader --location=mbr --boot-drive=sda # Partition clearing information clearpart --none --initlabel # Disk partitioning information part pv.28 --fstype="lvmpv" --noformat --onpart=sda5 part /boot --fstype="ext4" --onpart=sda3 volgroup fedora_mini --noformat --pesize=32768 --useexisting logvol /home --fstype="ext4" --noformat --useexisting --name=home --vgname=fedora_mini logvol /storage --fstype="ext4" --noformat --useexisting --name=storage --vgname=fedora_mini logvol / --fstype="ext4" --useexisting --name=root --vgname=fedora_mini