You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-installer-qubes-os/anaconda/dracut/anaconda-ifcfg.sh

9 lines
209 B

#!/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