[CentOS] kickstart partition without home

Wed Jul 23 01:15:52 UTC 2014
Dennis Jacobfeuerborn <dennisml at conversis.de>

On 22.07.2014 23:56, Matthew Sweet wrote:
> I am trying to finish off a kickstart file for a computer lab on CentOS 6.5
> machines. I don't want to have a separate /home as I'm going to add an
> entry in fstab for it to nfs mount /home from a server.
> 
> Is there a way to have it autopart the rest of the file system without
> /home? Wanting to keep autopart for size since not all hard drives across
> the labs are the same.

Don't use auto-partitioning at all and instead create a boot partition
with fixed size, a swap partition with fixed size and lastly a root
partition with "--size=1 --grow". That way the partition will use the
rest of the available disk space.

Regards,
  Dennis