Hacker News new | past | comments | ask | show | jobs | submit login

> why you need particular dependencies straight out of initramfs.

It came as a shock to me to learn that initramfs is mostly optional. It can be skipped, and you can boot straight into userland.






Yes, but if I understand correctly, you’d need to configure for this specifically. I think standard configurations and installations use them.

It doesn't really need specific configuration. Most linux kernels will boot if not given an initramfs and just a root=<whatever> command line. The main thing is whether enough kernel modules are compiled in to find and read the disk and filesystem.

Yes, it requires specific configuration. The reason most distributions of Linux use them is it allows you to dynamically discover and load kernel modules at boot time, and provide a fallback for if mounting the disk fails.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: