mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-30 10:46:54 +00:00
mdev only supports hot-plug, ie devices which are added after the kernel booted. For cold-plugged devices, ie devices present when the kernel boots, we need to modprobe the drivers differently. The additions to rc.init does just that. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>