3e63d1dd37
Apply diff anaconda-20.25.16-1..anaconda-21.48.21-1
9 lines
209 B
Bash
9 lines
209 B
Bash
#!/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
|