dracut/modules.d/45ifcfg/check

7 lines
100 B
Bash

#!/bin/sh
[ -d /etc/sysconfig/network-scripts/ ] || exit 1
[[ $1 = -d ]] && echo network
exit 255