Re: [CentOS] adding uefi to kickstart CentOS 7

2019-07-09 Thread Chris Adams
Once upon a time, Jerry Geis said: > I am trying to add an efi partition to my working kickstart file. Rather than try to set the EFI partition, I just put "reqpart" in and let the installer decide when it needs it (and how to do it). I still have "--location=mbr" in the bootloader line and it

Re: [CentOS] adding uefi to kickstart CentOS 7

2019-07-09 Thread Stephen John Smoogen
On Tue, 9 Jul 2019 at 10:57, Jerry Geis wrote: > I am trying to add an efi partition to my working kickstart file. > > bootloader --driveorder=sda --append="rhgb quiet biosdevname=0 > net.ifnames=0" > clearpart --all --initlabel > part / --ondisk=sda --fstype xfs --size=2 --asprimary >

[CentOS] adding uefi to kickstart CentOS 7

2019-07-09 Thread Jerry Geis
I am trying to add an efi partition to my working kickstart file. bootloader --driveorder=sda --append="rhgb quiet biosdevname=0 net.ifnames=0" clearpart --all --initlabel part / --ondisk=sda --fstype xfs --size=2 --asprimary part swap --ondisk=sda --size=4000 --asprimary