Drop part command from tar kickstart template.

This commit is contained in:
Brian C. Lane 2018-03-28 13:35:54 -07:00
parent 0887bd3d95
commit d030209d40

View File

@ -29,9 +29,6 @@ bootloader --location=mbr
zerombr zerombr
# Partition clearing information # Partition clearing information
clearpart --all clearpart --all
# Disk partitioning information
part / --fstype="ext4" --size=4000
part swap --size=1000
%post %post
# Remove root password # Remove root password