Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Valeri Galtsev
On 2019-11-18 14:21, Jerry Geis wrote: ip=192.168.1.13::192.168.1.1:255.255.255.0:hostname.goes.here:eth0:on:1500: Thanks for the information. What "insanity". Take a perfectly good syntax and muck it up like that. The developer that "lost" backward compatibility for that mess needs a

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Stephen John Smoogen
On Mon, 18 Nov 2019 at 15:22, Jerry Geis wrote: > > > ip=192.168.1.13::192.168.1.1:255.255.255.0:hostname.goes.here:eth0:on:1500: > > Thanks for the information. > > What "insanity". Take a perfectly good syntax and muck it up like that. The > developer that "lost" backward compatibility for that

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
>JFYI: you post a configuration (URI) with cleartext passwords and IP >addresses to a public list! ...? thanks - I sure did. I'll be changing that. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
> ip=192.168.1.13::192.168.1.1:255.255.255.0:hostname.goes.here:eth0:on:1500: Thanks for the information. What "insanity". Take a perfectly good syntax and muck it up like that. The developer that "lost" backward compatibility for that mess needs a couple more drinks or something. Jerry

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Leon Fauster via CentOS
Am 18.11.19 um 19:21 schrieb Jerry Geis: I am trying to boot a grub entry for CentOS 8 menuentry "Server Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks= https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg biosdevname=0 net.ifnames=0 ksdevice=eth0

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Stephen John Smoogen
On Mon, 18 Nov 2019 at 14:05, Valeri Galtsev wrote: > > > > On 2019-11-18 12:45, Stephen John Smoogen wrote: > > On Mon, 18 Nov 2019 at 13:22, Jerry Geis wrote: > >> > >> I am trying to boot a grub entry for CentOS 8 > >> > >> menuentry "Server Install CentOS 8" { > >> linux

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Valeri Galtsev
On 2019-11-18 12:45, Stephen John Smoogen wrote: On Mon, 18 Nov 2019 at 13:22, Jerry Geis wrote: I am trying to boot a grub entry for CentOS 8 menuentry "Server Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks=

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Stephen John Smoogen
On Mon, 18 Nov 2019 at 13:22, Jerry Geis wrote: > > I am trying to boot a grub entry for CentOS 8 > > menuentry "Server Install CentOS 8" { >linux /boot/vmlinuz noverifyssl ks= > https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg > biosdevname=0

[CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
I am trying to boot a grub entry for CentOS 8 menuentry "Server Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks= https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13 gateway=192.168.1.1