anaconda/anaconda-40.22.3.13/dracut/anaconda-ifcfg.sh

9 lines
211 B
Bash
Raw Normal View History

2024-11-14 21:39:56 -08:00
#!/bin/bash
command -v getarg >/dev/null || . /lib/dracut-lib.sh
# initqueue/online hook passes interface name as $1
netif="$1"
# make sure we get ifcfg for every interface that comes up
save_netinfo "$netif"