1
0
mirror of https://github.com/rancher/os.git synced 2025-06-28 15:56:58 +00:00
os/scripts/dockerimages/scripts/udev.sh
2015-02-08 21:38:37 -07:00

7 lines
98 B
Bash
Executable File

#!/bin/sh
mount --bind /host/dev /dev
udevd --daemon
udevadm trigger --action=add
udevadm settle