Re: [PATCH 00/62] initrd: remove classic initrd support
Dave Young <[email protected]>
| Newsgroups | gmane.linux.uml.devel,gmane.linux.file-systems,gmane.linux.kernel,gmane.linux.kernel.cross-arch,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.hexagon,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.block,gmane.linux.kernel.initramfs,gmane.linux.kernel.api,gmane.linux.documentation,gmane.linux.kernel.efi,gmane.comp.file-systems.ext4,gmane.linux.acpi.devel,gmane.linux.drivers.devicetree |
|---|---|
| Message-ID | <CALu+AoRt5wEgx-=S263CReDf8FmLWwjs8dF9cX4_jFcMUkuujQ@mail.gmail.com> |
Hi, On Sat, 13 Sept 2025 at 06:42, Askar Safin <[email protected]> wrote: > > Intro > ==== > This patchset removes classic initrd (initial RAM disk) support, > which was deprecated in 2020. > Initramfs still stays, and RAM disk itself (brd) still stays, too. There is one initrd use case in my mind, it can be extended to co-work with overlayfs as a kernel built-in solution for initrd(compressed fs image)+overlayfs. Currently we can use compressed fs images (squashfs or erofs) within initramfs, and kernel loop mount together with overlayfs, this works fine but extra pre-mount phase is needed. Thanks Dave