Re: [CentOS] kickstart compat C7 -> C8

2019-05-09 Thread Stephen John Smoogen
On Wed, 8 May 2019 at 17:48, Valeri Galtsev wrote: > > > On 2019-05-08 15:05, Stephen John Smoogen wrote: > > On Wed, 8 May 2019 at 13:48, Valeri Galtsev > > wrote: > > > >> > >> > >> On 2019-05-08 12:28, Stephen John Smoogen wrote: > >>> On Wed, 8 May 2019 at 13:24, mark wrote: > >> > > >

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Chris Adams
Once upon a time, Stephen John Smoogen said: > Software seems to grow to the maximum space it can occupy. I think in 1989 > we were complaining about BSD not being able to fit on our VAX 750's boot > drive anymore and we needed to put in a 40MB drive system instead. I expect > by the 2040's we wil

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Leon Fauster via CentOS
> Am 08.05.2019 um 21:12 schrieb Chris Adams : > > Once upon a time, Leon Fauster via CentOS said: >> And this only for Fedora29, a C7 installation works fine (dynamically >> expands to the boundaries of the disk). > > You are asking about Fedora - you'd probably get better results on the > F

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Valeri Galtsev
On 2019-05-08 15:05, Stephen John Smoogen wrote: On Wed, 8 May 2019 at 13:48, Valeri Galtsev wrote: On 2019-05-08 12:28, Stephen John Smoogen wrote: On Wed, 8 May 2019 at 13:24, mark wrote: Yep. Minimum for that is going to be about the same as your RESCUE. The other would just be

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Stephen John Smoogen
On Wed, 8 May 2019 at 13:48, Valeri Galtsev wrote: > > > On 2019-05-08 12:28, Stephen John Smoogen wrote: > > On Wed, 8 May 2019 at 13:24, mark wrote: > > >> > > Yep. Minimum for that is going to be about the same as your RESCUE. The > > other would just be to confirm that the sda has space and

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Chris Adams
Once upon a time, Leon Fauster via CentOS said: > And this only for Fedora29, a C7 installation works fine (dynamically > expands to the boundaries of the disk). You are asking about Fedora - you'd probably get better results on the Fedora mailing lists, forums, etc. -- Chris Adams __

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Leon Fauster via CentOS
Am 08.05.2019 um 20:56 schrieb Markus Falb : > > On 08.05.19 19:16, Leon Fauster via CentOS wrote: > ... >> I get a "device is too small for new format" error. Any hints? > ...> part pv.0104 --fstype="lvmpv" --ondisk=sda --grow > > pv.0104 > >> volgroup ee --pesize=4096 pv.1974 > > pv.1974 > >

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Markus Falb
On 08.05.19 19:16, Leon Fauster via CentOS wrote: ... > I get a "device is too small for new format" error. Any hints? ...> part pv.0104 --fstype="lvmpv" --ondisk=sda --grow pv.0104 > volgroup ee --pesize=4096 pv.1974 pv.1974 mismatch! -- Kind Regards, Markus Falb signature.asc Description

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Leon Fauster via CentOS
> Am 08.05.2019 um 19:20 schrieb mark : > > Leon Fauster via CentOS wrote: >> Hi all, >> >> >> I still use the following kickstart partition scheme for C7 installations >> (via virt-install): >> Briefly, fixed size for /root and /boot, and the rest is filled up for >> /srv. >> >> The same kic

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Valeri Galtsev
On 2019-05-08 12:28, Stephen John Smoogen wrote: On Wed, 8 May 2019 at 13:24, mark wrote: Leon Fauster via CentOS wrote: Hi all, I still use the following kickstart partition scheme for C7 installations (via virt-install): Briefly, fixed size for /root and /boot, and the rest is filled u

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread Stephen John Smoogen
On Wed, 8 May 2019 at 13:24, mark wrote: > Leon Fauster via CentOS wrote: > > Hi all, > > > > > > I still use the following kickstart partition scheme for C7 installations > > (via virt-install): > > Briefly, fixed size for /root and /boot, and the rest is filled up for > > /srv. > > > > The same

Re: [CentOS] kickstart compat C7 -> C8

2019-05-08 Thread mark
Leon Fauster via CentOS wrote: > Hi all, > > > I still use the following kickstart partition scheme for C7 installations > (via virt-install): > Briefly, fixed size for /root and /boot, and the rest is filled up for > /srv. > > The same kickstart (despite that c7 uses vda, f29 uses sda) doesn't wor