Show Table of Contents
Appendix H. Sample Kickstart File
# Red Hat | Oracle Solutions Kickstart Script install url --url=<place-distro-url-here> lang en_US.UTF-8 keyboard us network --onboot yes --device em1 --mtu=1500 --bootproto dhcp rootpw <password-for-system> # Reboot after installation reboot authconfig --enablemd5 --enableshadow selinux --enforcing timezone America/New_York bootloader --location=mbr --driveorder=sda --append="crashkernel=auto 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 volgroup myvg --pesize=32768 pv.008002 logvol /home --fstype=ext4 --name=home --vgname=myvg --size=8192 logvol / --fstype=ext4 --name=root --vgname=myvg --size=15360 logvol swap --name=swap --vgname=myvg --size=16400 logvol /tmp --fstype=ext4 --name=tmp --vgname=myvg --size=4096 logvol /u01 --fstype=ext4 --name=u01 --vgname=myvg --size=51200 logvol /usr --fstype=ext4 --name=usr --vgname=myvg --size=5120 logvol /var --fstype=ext4 --name=var --vgname=myvg --size=8192 part /boot --fstype=ext4 --size=256 part pv.008002 --grow –size=1000 %packages @Base @Core

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.