Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:openSUSE:Factory:rpmlint
ignition
ignition-enable-network.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ignition-enable-network.sh of Package ignition
#!/bin/bash . /lib/dracut-lib.sh if [ -f /run/ignition/neednet ] && ! getargbool 0 'rd.neednet'; then echo "rd.neednet=1" > /etc/cmdline.d/40-ignition-neednet.conf # Re-trigger generation of network rules and apply them if [ -e /lib/dracut/hooks/pre-udev/60-net-genrules.sh ]; then # Wicked . /lib/dracut/hooks/pre-udev/60-net-genrules.sh udevadm control --reload udevadm trigger --subsystem-match net --action add else # NetworkManager . /lib/dracut/hooks/cmdline/99-nm-config.sh fi fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor