Displaying 7 results from an estimated 7 matches for "noverifyssl".
2013 Mar 11
1
serving a kickstart file over https with self-signed certificate
I am currently using https for the --url and --repo options in a kickstart file. The yum repo files are also set to do the same. Both of them have a setting (noverifyssl and sslverify=no, respectively) and this works as expected to pass --insecure to curl. However, I cannot figure out how to also serve the kickstart file itself. ks=user:pass at url works as a url, but I get the "Problem with the SSL CA cert" error. Is there a kernel cmdline option? I have...
2019 Nov 29
3
Help with dracut install CentOS 8
I am trying to specify a static IP on the new dracut format. I was using
this:
http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html
So my grub entry consists
menuentry "Install CentOS 8" {
linux /boot/vmlinuz noverifyssl ks=https://something
ip=192.168.1.3::192.168.1.1:255.255.255.0::eth0:on:192.168.1.1
biosdevname=0 net.ifnames=0 ksdevice=eth0 inst.sshd sshd=1
initrd /boot/initrd.img
}
This seems OK to me. But rebooting to start the install for CentOS 8 it
just stops and says
"system halted"....
2019 Nov 18
7
CentOS 8 boot command line
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 netmask=255.255.255.
0 nameserver=192.168.1.1 inst.sshd sshd=1
initrd /boot/initrd.img
}
When booting it says that &...
2019 Nov 18
1
CentOS 8 boot command line
...-11-18 12:45, Stephen John Smoogen wrote:
> On Mon, 18 Nov 2019 at 13:22, Jerry Geis <jerry.geis at gmail.com> 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 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13
>> gateway=192.168.1.1 netmask=255.255.255.
>> 0 nameserver=192.168.1.1 inst.sshd sshd=1
>> initrd /boot/in...
2019 Nov 18
0
CentOS 8 boot command line
On Mon, 18 Nov 2019 at 13:22, Jerry Geis <jerry.geis at gmail.com> 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 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13
> gateway=192.168.1.1 netmask=255.255.255.
> 0 nameserver=192.168.1.1 inst.sshd sshd=1
> initrd /boot/initrd.img
>...
2019 Nov 29
0
Help with dracut install CentOS 8
...19 6:55 AM, Jerry Geis wrote:
> I am trying to specify a static IP on the new dracut format. I was using
> this:
> http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html
>
> So my grub entry consists
> menuentry "Install CentOS 8" {
> linux /boot/vmlinuz noverifyssl ks=https://something
> ip=192.168.1.3::192.168.1.1:255.255.255.0::eth0:on:192.168.1.1
> biosdevname=0 net.ifnames=0 ksdevice=eth0 inst.sshd sshd=1
> initrd /boot/initrd.img
> }
>
>
> This seems OK to me. But rebooting to start the install for CentOS 8 it
> just...
2019 Nov 29
3
Help with dracut install CentOS 8
...cify a static IP on the new dracut format. I was using
> >> this:
> >> http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html
> >>
> >> So my grub entry consists
> >> menuentry "Install CentOS 8" {
> >> linux /boot/vmlinuz noverifyssl ks=https://something
> >> ip=192.168.1.3::192.168.1.1:255.255.255.0::eth0:on:192.168.1.1
> >> biosdevname=0 net.ifnames=0 ksdevice=eth0 inst.sshd sshd=1
> >> initrd /boot/initrd.img
> >> }
> >>
> >>
> >> This seems OK to me....