dracut/modules.d/40network/check

5 lines
79 B
Bash
Executable File

#!/bin/sh
which ip dhclient hostname brctl >/dev/null 2>&1 || exit 1
exit 255