Tagged Questions
4
votes
1answer
616 views
Booting without initrd
Is it possible to boot linux without a initrd.img ? I am planning to add default drivers as a part-of-kernel itself and avoid initrd completely.
What are the modules that should be made ...
5
votes
2answers
751 views
What does mkinitrd change when it adds kernel modules to the initrd?
When creating an initrd using mkinitrd (CentOS 5.5), the kernel modules it adds to the initrd get modified in the process. For example, the initrd's /lib/sata_via.ko is not binary identical to ...