tiny-initramfs
tiny-initramfs copied to clipboard
A minimalistic initrd implementation
Hi Chris, Any chance that booting with root LABEL can be added to run_hook() in /usr/share/tiny-initramfs/functions? Here is a quite robust method using blkid (no udev involved). https://unix.stackexchange.com/questions/352381/how-to-boot-into-root-btrfs-file-system-with-minimal-initramfs-without-udev-hook/352932#answer-352932 ``` run_hook...
I am using Debian 9 on QNAP TS-409 pro. As initramfs-tools and dracut are giving result files too large (must be smaller than 4MB), I am trying to use tiny-initramfs....
Using Debian sid/unstable with *tiny-initramfs* 0.1-5, on an old Acer TravelMate 5735Z/BA51_MV, BIOS V1.14 07/26/2011, with Intel Pentium T4500 and an F2FS root partition, F2FS fails to load as no...
Tested on Debian sid/unstable.
Under Debian sid/unstable with gcc (Debian 10.2.1-1) 10.2.1 20201207, `make` fails with error below, ``` $ ./autogen.sh $ ./configure $ LANG=C make -j4 make all-am make[1]: Entering directory '/home/joey/src/tiny-initramfs' CC...
The Debian packaging builds tiny-initramfs twice with different variant names and installs both into the same directory. If the build uses multiple threads this can lead to a race condition...
please add support for zstd or other compressors
``` initramfs: Parameter root=root unsupported (only /dev/, 0xMAJMIN and UUID= are supported) ```