]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - config/mkinitcpio/udev_hook
Fixed qos device detection on connection type change.
[people/teissler/ipfire-2.x.git] / config / mkinitcpio / udev_hook
CommitLineData
ee78a5ef
MT
1# vim: set ft=sh:
2run_hook ()
3{
4 msg -n ":: Loading udev..."
5 /etc/start_udev
6 msg "done."
7}