Re: [CentOS] CentOS 8 installer bug

2020-08-28 Thread isdtor
isdtor writes: > Has anyone managed to create an encrypted disk partition with CentOS 8 > kickstart? > > 1 reqpart --add-boot > 2 part /boot --fstype ext3 --size=1024 --ondrive=sda > 3 part pv.1 --size=1 --grow --ondrive=sda --encrypted --pashphrase="bla" > 4 volgroup vol0 pv.10 > 5 logvol /

[CentOS] CentOS 8 installer bug

2020-08-27 Thread isdtor
Has anyone managed to create an encrypted disk partition with CentOS 8 kickstart? 1 reqpart --add-boot 2 part /boot --fstype ext3 --size=1024 --ondrive=sda 3 part pv.1 --size=1 --grow --ondrive=sda --encrypted --pashphrase="bla" 4 volgroup vol0 pv.10 5 logvol / --vgname=vg_00 --name=lv_root

[CentOS] CentOS 8 installer bug

2020-05-11 Thread isdtor
CentOS 8.1.1911 has a bug in the installer. It is not possible to use more than one NFS repo via kickstart repo directive as the installer tries to mount all of them on /run/install/.nfs. You get this DBG payload: /run/install/.nfs already has something mounted on it message for all but the