This website requires JavaScript.
Explore
Help
Sign In
xCAT
/
confluent
Watch
2
Star
0
Fork
0
You've already forked confluent
mirror of
https://github.com/xcat2/confluent.git
synced
2025-01-17 13:13:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
confluent
/
misc
/
confluent-cmdline.sh.rh8
5 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
A basic hook to force network bringup initqueue must be satisfied by a udev rule. We don't know which network until iniqueue phase, but the hook needs to install earlier. This change induces udev rule generation.
2020-04-09 16:14:30 -04:00
#!/bin/bash
echo -n "" >> /tmp/net.ifaces
Add CAs from site to install Preserve the CA situation into the installer
2020-04-09 16:18:39 -04:00
cat /tls/*.pem >> /etc/pki/tls/certs/ca-bundle.certs
A basic hook to force network bringup initqueue must be satisfied by a udev rule. We don't know which network until iniqueue phase, but the hook needs to install earlier. This change induces udev rule generation.
2020-04-09 16:14:30 -04:00
Reference in New Issue
Copy Permalink