What is the Linux built-in driver load order?

后端 未结 4 1850
天涯浪人
天涯浪人 2020-12-08 14:43

How can we customize the built-in driver load order (to make some built-in driver module load first, and the dependent module load later)?

4条回答
  •  感情败类
    2020-12-08 15:15

    Correct module order and dependencies are handled by modprobe, even within the initrd.

提交回复
热议问题