Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 623763 Details for
Bug 852229
anaconda needs to work with signed and unsigned SSL Certs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
anaconda patch
0001-add-noverifyssl-to-anaconda-dracut-852229.patch (text/plain), 1020 bytes, created by
Brian Lane
on 2012-10-08 22:03:41 UTC
(
hide
)
Description:
anaconda patch
Filename:
MIME Type:
Creator:
Brian Lane
Created:
2012-10-08 22:03:41 UTC
Size:
1020 bytes
patch
obsolete
>From 9c85b5d6cdc2e8d11f17b958f5c9ac31f592fa0f Mon Sep 17 00:00:00 2001 >From: "Brian C. Lane" <bcl@redhat.com> >Date: Mon, 17 Sep 2012 17:17:43 -0700 >Subject: [PATCH] add noverifyssl to anaconda-dracut (#852229) > >--- > dracut/parse-anaconda-options.sh | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/dracut/parse-anaconda-options.sh b/dracut/parse-anaconda-options.sh >index 2fb82a3..0bc7605 100755 >--- a/dracut/parse-anaconda-options.sh >+++ b/dracut/parse-anaconda-options.sh >@@ -103,6 +103,13 @@ warn_renamed_arg "ksdevice" "inst.ks.device" > warn_renamed_arg "kssendmac" "inst.ks.sendmac" > warn_renamed_arg "kssendsn" "inst.ks.sendsn" > >+# Ignore self-signed SSL certs >+warn_renamed_arg "noverifyssl" "inst.noverifyssl" >+if $(getargbool 0 noverifyssl inst.noverifyssl); then >+ # Tell dracut to use curl --insecure >+ echo "rd.noverifyssl" >> /etc/cmdline.d/75-anaconda-options.conf >+fi >+ > # updates > warn_renamed_arg "updates=" "inst.updates" > if updates=$(getarg updates inst.updates); then >-- >1.7.11.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 852229
:
623762
| 623763