Fedora Disable Home Partition in Kickstart
As described here: https://ask.fedoraproject.org/en/ques... Fedora 15 creates a / and /home partition by default.
I would like to disable this so /home resides on the / partition. I've tried to specify / as follows: part / --size 4096 --grow --fstype ext4
but how do you specify no /home partition in an automated fasion?
Will 'part' commands be used if the user specifies 'Use all space' from the 'Install to Hard Drive' GUI?